Error validating BigQuery source or connection

When you test a BigQuery connection or validate a BigQuery source, if you receive an error like “BigQuery table <project-id><dataset-project-id> does not exist”, the Project ID or Dataset Project ID might not be correct.

The Project ID is the project the BigQuery job will run in. You can find the Project ID on the Dashboard Google Cloud Console.

The Dataset Project ID is only required if the dataset is not in the same project that the BigQuery job will run in. The Dataset Project ID includes the Project ID where the dataset is stored and the name of the dataset (project-id:dataset-name). You can get dataset information in BigQuery. For more information, see Getting dataset information in the BigQuery documentation.

For example, you have a pipeline with a BigQuery Table batch source and want to run the BigQuery job in a project called project1. The dataset you want to read is stored in a project called inventory and the dataset is called us-inv, you would enter project1 in the Project ID field and inventory:us-inv in the Dataset Project ID field.

After you fix any errors, test the connection or validate the plugin properties.

Created in 2020 by Google Inc.