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
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 needs-review Label for PRs that need review from a maintainer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant