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: src/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,20 @@ To set up Databricks as your Reverse ETL source:
38
38
3. Select **SQL** in the main navigation.
39
39
4. Select **SQL Warehouses** and select the warehouse you want to use. Note that Segment doesn't support the `Compute` connection parameters.
40
40
5. Go to the **Connection details** tab and **keep** this page open.
41
-
6. Open a **new** tab within your browser, go to [your Segment workspace](https://app.segment.com/workspaces).
41
+
6. Open [your Segment workspace](https://app.segment.com/workspaces){:target="_blank”}.
42
42
7. Navigate to **Connections > Sources > Reverse ETL**.
43
43
8. Click **+ Add Reverse ETL source**.
44
44
9. Select **Databricks** and click **Add Source**.
45
45
10. Enter the configuration setting for your Databricks source based on information from step 5
46
46
* Hostname: `adb-xxxxxxx.azuredatabricks.net`
47
47
* Http Path: `/sql/1.0/warehouses/xxxxxxxxx`
48
-
* Port: `443`(default)
48
+
* Port: `443`(default)
49
49
* Token: `<your-token>`
50
50
* Catalog [optional]: `hive_metastore`(default)
51
51
11. Click **Test Connection** to see if the connection works. If the connection fails, make sure you have the right permissions and credentials, then try again.
52
52
12. Click **Create Source** if the test connection is successful.
53
53
54
54
> info ""
55
-
> To generate a **Token**, follow the steps listed in the [Databricks docs](https://docs.databricks.com/dev-tools/auth.html#pat){:target="_blank"}. Segment recommends you create a token with no expiration date by leaving the lifetime field empty when creating it. If you already have a token with an expiration date, be sure to keep track of the date and renew it on time.
55
+
> To generate a token, follow the steps listed in the [Databricks docs](https://docs.databricks.com/dev-tools/auth.html#pat){:target="_blank"}. Segment recommends you create a token with no expiration date by leaving the lifetime field empty when creating it. If you already have a token with an expiration date, be sure to keep track of the date and renew it on time.
56
56
57
57
Once you've succesfully added your Databricks source, [add a model](/docs/connections/reverse-etl/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
0 commit comments