Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

use the standard SQL table format in the example query#240

Open
ttozser wants to merge 1 commit intoGoogleCloudPlatform:devfrom
ttozser:fix_sample_config_query
Open

use the standard SQL table format in the example query#240
ttozser wants to merge 1 commit intoGoogleCloudPlatform:devfrom
ttozser:fix_sample_config_query

Conversation

@ttozser
Copy link

@ttozser ttozser commented Aug 7, 2019

If you mix the legacy and standard SQL syntax you get an error like this:
Project name needs to be separated by dot from dataset name, not by colon in table name bigquery-public-data:human_genome_variants.simons_genome_diversity_project_sample_metadata

If you mix the legacy and standard SQL syntax you get an error like this:
Project name needs to be separated by dot from dataset name, not by colon in table name bigquery-public-data:human_genome_variants.simons_genome_diversity_project_sample_metadata
@ldanielmadariaga
Copy link
Contributor

Legacy SQL is disabled for BigQuery hence it should not be used in the queries see:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments