Skip to main content

BigQuery

Connecting to BigQuery.

Prepare these materials

Setup the config.properties

node.environment=production
wren.directory=<YOUR_MDL_FOLDER>
wren.datasource.type=bigquery
bigquery.project-id=<YOUR_BQ_PROJECT_ID>
bigquery.credentials-key=<YOUR_BQ_CREDENTIALS_TO_BASE64>
bigquery.location=<YOUR_BQ_LOCATION>
bigquery.bucket-name=<YOUR_BQ_BUCKET_NAME>
bigquery.metadata.schema.prefix=you_favorite_schema_name_
duckdb.storage.access-key=<YOUR_GCP_ACCESS_KEY>
duckdb.storage.secret-key=<YOUR_GCP_SECRET_KEY>

Properties detail BigQuery Connector