โ01-13-2023 03:24 AM
I would like to know the best practices to authenticate SQL db from databricks/python. More interested to hear about some token based DB authentication methods other than credential based(username/password)
โ01-13-2023 04:39 AM
โ01-13-2023 03:43 AM
It depends which cloud provider you're using. For example on Azure you can use MSAL library to authenticate through Service Principal, obtain access token and authenticate using 'com.microsoft.sqlserver.jdbc.SQLServerDriver' driver.
โ01-13-2023 04:28 AM
Could you help with any documentation link related to this.
โ01-13-2023 04:39 AM
โ01-13-2023 04:29 AM
@KVNARK .โ Have you checked on the PAT token for authentication? https://docs.databricks.com/sql/api/authentication.html
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now