Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IR submission is fail for BigQuery #355

Open
YaroslavTir opened this issue Oct 3, 2019 · 0 comments
Open

IR submission is fail for BigQuery #355

YaroslavTir opened this issue Oct 3, 2019 · 0 comments
Assignees

Comments

@YaroslavTir
Copy link

Reproduce steps:

  • 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
)

Expected result:
No error in results

analysis_156_1570014410172.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant