-
Notifications
You must be signed in to change notification settings - Fork 26
Docs: Databricks & UnityCatalog Authentication Changes #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docsv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…abricks-authentication
…moved changes from databricks v1.9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation for Databricks and Unity Catalog connectors to include new OAuth2 and Azure AD authentication methods alongside the existing Personal Access Token (PAT) authentication. The changes consolidate and restructure authentication documentation to provide clearer guidance on the three supported authentication types.
- Restructures permission requirements to be organized by authentication method rather than functionality
- Adds comprehensive OAuth and Azure AD authentication configuration examples
- Updates YAML configuration samples to demonstrate all three authentication options with proper syntax
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
unity-catalog/yaml.md | Updates YAML configuration docs with new authentication types and restructured permissions |
unity-catalog/troubleshooting.md | Adds authentication method examples and Service Principal setup instructions |
unity-catalog/index.md | Updates main documentation with new authentication types and permission structure |
databricks/yaml.md | Updates YAML configuration docs with new authentication types and restructured permissions |
databricks/troubleshooting.md | Adds authentication method examples and Service Principal setup instructions |
databricks/index.md | Updates main documentation with new authentication types and permission structure |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
alt="Generate tocken" | ||
caption="Generate tocken" /%} |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'tocken' to 'token'.
Copilot uses AI. Check for mistakes.
alt="Generate tocken" | ||
caption="Generate tocken" /%} |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'tocken' to 'token'.
Copilot uses AI. Check for mistakes.
Added docs for databricks and unitycatalog new authentication types: OAuth & Azure AD