Skip to content

Commit 726301e

Browse files
committed
initial commit
1 parent 2f4908f commit 726301e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,21 @@ To set up Databricks as your Reverse ETL source:
4040
2. Navigate to **Workspaces** and select the workspace you want to use.
4141
3. Select **SQL** in the main navigation.
4242
4. Select **SQL Warehouses** and select the warehouse you want to use.
43-
5. Go to the **Connection details** tab.
44-
6. In a new tab on your browser, go to the Segment app.
43+
5. Go to the **Connection details** tab and **keep** this page open.
44+
6. Open a **new** tab within your browser, go to [your Segment workspace](https://app.segment.com/workspaces).
4545
7. Navigate to **Connections > Sources > Reverse ETL**.
4646
8. Click **+ Add Reverse ETL source**.
4747
9. Select **Databricks** and click **Add Source**.
48-
10. Enter the configuration settings for your Databricks source.
49-
* Copy the Hostname, Http Path, and Port from the Databricks console from step 5.
50-
* 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.
48+
10. Enter the configuration setting for your Databricks source based on information from step 5
49+
* Hostname: `adb-xxxxxxx.azuredatabricks.net`
50+
* Http Path: `/sql/1.0/warehouses/xxxxxxxxx`
51+
* Port: `443`
52+
* Token: `<your-token>`
53+
* Catalog [optional]: `hive_metastore`
5154
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.
5255
12. Click **Create Source** if the test connection is successful.
5356
54-
Once you've 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.
57+
> info ""
58+
> 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.
59+
60+
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

Comments
 (0)