Skip to content

Commit a860e10

Browse files
authored
Merge pull request #53 from DataRecce/DRC-2167-update-docs-for-BQ-support
DRC-2167-Update connect-to-warehouse.md
2 parents 5b9acca + a52066a commit a860e10

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
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

@@ -52,7 +53,8 @@ For more information on setting up key pair authentication, refer to [Snowflake'
5253

5354
### Databricks
5455

55-
We only support token-based authentication.
56+
!!!info "Important"
57+
We currently only support token-based authentication.
5658

5759
| Field | Description | Examples |
5860
| ----------- | --------------------------------------------------------------------------------------------- | ----------------------------- |
@@ -61,3 +63,15 @@ We only support token-based authentication.
6163
| `catalog` | The catalog used to connect to the warehouse. This is optional if you are using Unity Catalog | `MY_CATALOG` |
6264
| `schema` | The default schema to connect to | `MY_SCHEMA` |
6365
| `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).
72+
73+
| Field | Description | Examples |
74+
| -------------- | ------------------------------------------------------------------------------------------ | ----------------------------- |
75+
| `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

Comments
 (0)