- 32265 Views
- 30 replies
- 15 kudos
Hello community!I would like to update a repo from within my Azure DevOps release pipeline. In the pipeline I generate a token using a AAD Service Principal as recommended, and I setup the databricks api using that token.When I pass the databricks re...
- 32265 Views
- 30 replies
- 15 kudos
Latest Reply
traditional PAT may have long lifespn, but the new SP feature uses an AAD token which should have a much shorter lifespqn, maybe around one hour, this could be a limiting factor.However, I haven't tested this yet, so these are merely hypotheses.Neve...
29 More Replies
- 1280 Views
- 2 replies
- 0 kudos
Our organization has setup a databricks service on top of Azure (that is, the Azure-managed service). These are all defined with terraform. Our intention is to use an Azure service principal (with correct permissions) to be able to generate tokens, p...
- 1280 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @Gent Reshtani Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so...
1 More Replies
- 14610 Views
- 9 replies
- 2 kudos
We are currently setting up CI/CD for our Databricks workspace using Databricks Repos following the approach described in the offical docs: https://docs.databricks.com/repos.html#best-practices-for-integrating-databricks-repos-with-cicd-workflowsObvi...
- 14610 Views
- 9 replies
- 2 kudos
Latest Reply
Hi, how can i trigger a job externally using Github actions?
8 More Replies