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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ To set up Databricks as your Reverse ETL source:
44
44
9. Select **Databricks** and click **Add Source**.
45
45
10. Enter the configuration settings for your Databricks source.
46
46
* Copy the Hostname, Http Path, and Port from the Databricks console from step 5.
47
-
* The Http Path in the above step should contain `/sql/1.0/warehouses`. Note that Segmentdoes not support `/sql/protocolv1`.
47
+
* The Http Path in the above step should contain `/sql/1.0/warehouses`. Note that Segmentdoesn't support `/sql/protocolv1`.
48
48
* 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.
49
49
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.
50
50
12. Click **Create Source** if the test connection is successful.