You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create CDM data source for BigQuery(or use existent one)
click CREATE SUBMISSION
set
-- Entry point: main.r
-- Data source: BigQuery
-- Type: Cohort(simple Counts)
cliect CREATE
Actual result:
submissions executed with an error
Error:
java.sql.SQLException: [Simba][BigQueryJDBCDriver](100032) Error executing query job. Message: Table name "zj712gv7codesets" missing dataset while no default dataset is set in the request.
SQL:
create table zj712gv7codesets (
codeset_id INT64 not null,
concept_id INT64 not null
)
Reproduce steps:
CDM data source
forBigQuery
(or use existent one)CREATE SUBMISSION
-- Entry point:
main.r
-- Data source:
BigQuery
-- Type:
Cohort(simple Counts)
CREATE
Actual result:
submissions executed with an error
Expected result:
No error in results
analysis_156_1570014410172.zip
The text was updated successfully, but these errors were encountered: