You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,3 +63,15 @@ We only support token-based authentication.
61
63
|`catalog`| The catalog used to connect to the warehouse. This is optional if you are using Unity Catalog |`MY_CATALOG`|
62
64
|`schema`| The default schema to connect to |`MY_SCHEMA`|
63
65
|`token`| The Personal Access Token (PAT) to connect to Databricks |`dapiXXXXXXXXXXXXXXXXXXXXXXX`|
66
+
67
+
68
+
### BigQuery
69
+
70
+
!!!info "Important"
71
+
For authentication, we currently provide support for service account JSON only. More details [here](https://docs.getdbt.com/docs/core/connect-data-platform/bigquery-setup#service-account-json).
|`project`| The GCP project to connect to |`GCP_PROJECT_ID`|
76
+
|`dataset`| The BigQuery dataset to connect to |`DBT_DATASET_NAME`|
77
+
|`keyfile_json`| The [keyfile](https://docs.getdbt.com/guides/bigquery?step=7#generate-bigquery-credentials) generated from your GCP service account to connect to BigQuery |`keyfile_json: type: xxx project_id: xxx private_key_id: xxx ...`|
0 commit comments