How do I create a Databricks data source with a personal access token?

Created by Steve Place, Modified on Mon, May 20 at 12:44 PM by Steve Place

Use "token" as the username and the PAT (personal access token itself) as the password. Your data source properties would look something like this:

jdbc.url=jdbc:databricks://[data source url]:[port]
jdbc.username=token
jdbc.password=dapi1234abcd... #paste the token here
jdbc.driver=com.databricks.client.jdbc.Driver


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article