Google BigQuery is a fully managed, serverless data warehouse that enables fast SQL-based querying and analysis of large datasets. It is designed to handle massive volumes of data, making it ideal for advanced analytics and business intelligence use cases.
Service account credentials are more suitable for server-to-server interactions.
To obtain API credentials using a GCP service account, follow these steps:
.json file containing the necessary credentials for future use.client_email from the service account.The config section in a YAML file includes the following properties:
credentials_path: Path to your service account JSON file
project_id: ID of your Google Cloud project
dataset_id: ID of the dataset in BigQueryversion: 1.0.1
encrypt_credentials: false
union_all_tables: true
add_dbname_column: false
plugins:
extractors:
- name: Google Bigquery
connectorname: Google Bigquery
schemaname:
config:
credentials_path: C:\\Path\\To\\ServiceAccount.json
project_id: your-project-id
dataset_id: your-dataset-id
properties:
metadata:
select:
- your_table_nameBold Data Hub icon on the Navigation Pane.
Add Pipeline and provide the name for the new pipeline.

| Parameters | Description |
|---|---|
| Project ID: | Specify the Google Cloud Project ID associated with your BigQuery account. |
| Credentials Path: | Provide the local path to your Google Cloud service account .json key file. |
| Dataset ID: | Specify the ID of the BigQuery dataset that contains the tables you want to access. |
| Select: | Tablename(s): Provide one or more table names from which to load data in the BigQuery dataset. |







Warning:
1. The `Encrypt_Credentials` property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the `Encrypt_Credentials` property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token. 

Run Now button.
.


Edit DataSource Option to view the created tables.Having trouble getting help?
Contact SupportHaving trouble getting help?
Contact Support