Skip to content

Conversation

@Anshul759
Copy link
Contributor

Enhance databricks source to use Azure Oauth Authentication which has in-built logic to refresh tokens.
https://databricks-sdk-py.readthedocs.io/en/latest/authentication.html#azure-native-authentication

Sample Datahub recipe config
Instead of token (PAT), azure_auth config must be passed.

source:
  type: unity-catalog
  config:
    workspace_url: ${DATABRICKS_HOST}
    azure_auth:
      client_secret: ${AZURE_CLIENT_SECRET}
      client_id: ${AZURE_CLIENT_ID}
      tenant_id: ${AZURE_TENANT_ID}
    platform_instance: unity-catalog

@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata community-contribution PR or Issue raised by member(s) of DataHub Community labels Oct 27, 2025
@datahub-cyborg datahub-cyborg bot added the needs-review Label for PRs that need review from a maintainer. label Oct 27, 2025
@yoonhyejin
Copy link
Collaborator

thanks for raising the PR! @treff7es could you take a look at this?

@datahub-cyborg datahub-cyborg bot added pending-submitter-response Issue/request has been reviewed but requires a response from the submitter and removed needs-review Label for PRs that need review from a maintainer. labels Oct 30, 2025
@jjoyce0510
Copy link
Collaborator

Or @sgomezvillamor :) This is a very useful PR. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution PR or Issue raised by member(s) of DataHub Community ingestion PR or Issue related to the ingestion of metadata pending-submitter-response Issue/request has been reviewed but requires a response from the submitter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants