Hi How are you and I hope you are doing well
I am executing this example SQL as follow:
intro_ds <- "https://data.world/jonloyens/an-intro-to-dataworld-dataset"
sample_query <- data.world::qry_sql(paste0( "SELECT t.Name, t.Height, s.AssistsPerGame ", "FROM DataDotWorldBBallTeam as t ", "JOIN DataDotWorldBBallStats as s ON t.Name = s.Name ", "ORDER BY s.AssistsPerGame DESC"))
data.world::query(sample_query, dataset = intro_ds
)
But I got Error in sprintf("%s/sql/%s/%s", getOption("dwapi.query_url"), owner_id, : argument "owner_id" is missing, with no default
Do you know how to fix that? I already added data.world::set_config(saved_cfg) and dwapi loaded
Kind regards
Hi How are you and I hope you are doing well
I am executing this example SQL as follow:
intro_ds <- "https://data.world/jonloyens/an-intro-to-dataworld-dataset"
sample_query <- data.world::qry_sql(paste0( "SELECT t.Name, t.Height, s.AssistsPerGame ", "FROM DataDotWorldBBallTeam as t ", "JOIN DataDotWorldBBallStats as s ON t.Name = s.Name ", "ORDER BY s.AssistsPerGame DESC"))
data.world::query(sample_query, dataset = intro_ds
)
But I got Error in sprintf("%s/sql/%s/%s", getOption("dwapi.query_url"), owner_id, : argument "owner_id" is missing, with no default
Do you know how to fix that? I already added data.world::set_config(saved_cfg) and dwapi loaded
Kind regards