-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Reproduce steps:
- create
CDM data sourceforBigQuery(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
)
Expected result:
No error in results
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels