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
Copy file name to clipboardExpand all lines: docs/2-getting-started/start-free-with-cloud.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,16 +86,19 @@ Go beyond metadata to see how changes affect your actual data. Configure your da
86
86
### Supported Warehouses
87
87
88
88
- Snowflake
89
-
- others are on upcoming future
89
+
- Databricks
90
+
- Others coming in future releases
90
91
91
92
### Warehouse Connection
92
93
93
-
Configure connection to your data warehouse to enable query result comparisons.
94
+
Configure connection to your data warehouse to enable query result comparisons. For detailed connection settings, see [Connect to Warehouse](../5-data-diffing/connect-to-warehouse.md).
94
95
95
96
**Connection setup:**
96
97
97
98
1. Navigate to [settings](https://cloud.reccehq.com/settings#organization){target="_blank"}
98
99
2. Add Connection
100
+
3. Navigate to your [project home](https://cloud.datarecce.io/) and open the project settings by clicking the gear icon
101
+
4. Link the newly added connection to your project
99
102
100
103
Your connection credentials are secure. See our [security practices](https://reccehq.com/security/){target="_blank"} for details.
Recce OSS supports all warehouses that dbt supports. It uses the same configuration as dbt, simply use your existing dbt profiles to connect to your warehouse. No additional setup required.
7
+
8
+
## Recce Cloud
9
+
If you use Recce Cloud, here are the warehouse connection settings. We currently support:
10
+
11
+
-[Snowflake](#snowflake)
12
+
-[Databricks](#databricks)
13
+
14
+
Others are coming in future releases
15
+
16
+
### Snowflake
17
+
We only support password-based authentication.
18
+
19
+
Field | Description | Examples
20
+
----|------|----
21
+
`account` | The Snowflake account to connect to | `xxxxxx.us-central1.gcp`
22
+
`database` | The default database to connect to | `MYDB`
23
+
`schema` | The default schema to connect to | `PUBLIC`
24
+
`warehouse` | The warehouse to use when running queries | `WH_LOAD`
25
+
`user` | The user to log in as | `MYUSER`
26
+
`password` | The password for the user | `MYPASS`
27
+
28
+
29
+
### Databricks
30
+
31
+
We only support token-based authentication.
32
+
33
+
Field | Description | Examples
34
+
----|------|----
35
+
`host` | The hostname of your cluster | `YOURORG.databrickshost.com`
36
+
`http_path` | The HTTP path to your SQL Warehouse or all-purpose cluster | `/SQL/YOUR/HTTP/PATH`
37
+
`catalog` | The catalog used to connect to the warehouse. This is optional if you are using Unity Catalog | `MY_CATALOG`
38
+
`schema` | The default schema to connect to | `MY_SCHEMA`
39
+
`token` | The Personal Access Token (PAT) to connect to Databricks | `dapiXXXXXXXXXXXXXXXXXXXXXXX`
0 commit comments