Creating Linked Service in ADF to link Databricks Community Edition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 11:13 AM
Using Current Community Edition I was Unable to create a linked service
unable to generate/copy personal Access Token .
Tried Installing ODBC but unable to set it properly.
Any suggestions / Help would be highly Appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 10:02 PM
You're having difficulty creating a linked service and generating a personal access token with the current Community Edition. Ensure your account has the necessary permissions, and follow the correct steps to generate a personal access token from your account settings. For the ODBC configuration, verify that you have the correct driver installed and configured properly. Also, ensure all your software is up to date and refer to the official documentation for detailed guidance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 06:10 AM
In community Edition workspaces the PAT token is not allowed, instead of this you might need to generate an Oauth token to be able to authenticate: https://docs.databricks.com/en/dev-tools/auth/oauth-u2m.html
You can refer to the ODBC guide in page 19 to make use of this token https://docs.databricks.com/en/_extras/documents/Simba-Apache-Spark-ODBC-Connector-Install-and-Confi...

