Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion docs/5-data-diffing/connect-to-warehouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If you use Recce Cloud, here are the warehouse connection settings. We currently

- [Snowflake](#snowflake)
- [Databricks](#databricks)
- [BigQuery](#bigquery)

Others are coming in future releases

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

### Databricks

We only support token-based authentication.
!!!info "Important"
We currently only support token-based authentication.

| Field | Description | Examples |
| ----------- | --------------------------------------------------------------------------------------------- | ----------------------------- |
Expand All @@ -61,3 +63,15 @@ We only support token-based authentication.
| `catalog` | The catalog used to connect to the warehouse. This is optional if you are using Unity Catalog | `MY_CATALOG` |
| `schema` | The default schema to connect to | `MY_SCHEMA` |
| `token` | The Personal Access Token (PAT) to connect to Databricks | `dapiXXXXXXXXXXXXXXXXXXXXXXX` |


### BigQuery

!!!info "Important"
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).

| Field | Description | Examples |
| -------------- | ------------------------------------------------------------------------------------------ | ----------------------------- |
| `project` | The GCP project to connect to | `GCP_PROJECT_ID` |
| `dataset` | The BigQuery dataset to connect to | `DBT_DATASET_NAME` |
| `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 ...` |