Skip to content

Commit 544146f

Browse files
authored
Update connect-to-warehouse.md
Add BQ support + description
1 parent 5b9acca commit 544146f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/5-data-diffing/connect-to-warehouse.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If you use Recce Cloud, here are the warehouse connection settings. We currently
1010

1111
- [Snowflake](#snowflake)
1212
- [Databricks](#databricks)
13+
- [BigQuery](#bigquery)
1314

1415
Others are coming in future releases
1516

@@ -61,3 +62,14 @@ We only support token-based authentication.
6162
| `catalog` | The catalog used to connect to the warehouse. This is optional if you are using Unity Catalog | `MY_CATALOG` |
6263
| `schema` | The default schema to connect to | `MY_SCHEMA` |
6364
| `token` | The Personal Access Token (PAT) to connect to Databricks | `dapiXXXXXXXXXXXXXXXXXXXXXXX` |
65+
66+
67+
### BigQuery
68+
69+
We only support service account json of authentication methods. More details [here](https://docs.getdbt.com/docs/core/connect-data-platform/bigquery-setup#service-account-json).
70+
71+
| Field | Description | Examples |
72+
| -------------- | ------------------------------------------------------------------------------------------ | ----------------------------- |
73+
| `project` | The GCP project to connect to | `GCP_PROJECT_ID` |
74+
| `dataset` | The BigQuery dataset to connect to | `DBT_DATASET_NAME` |
75+
| `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

Comments
 (0)