Connecting Databricks and Azure Devops
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 02:50 AM
Hi everyone,
When I tried to create new Databricks job that is using a notebook from a repo, it asked me to set up Azure DevOps Services (Personal access token) in Linked Accounts under my username. And now every time I want to create a new branch or pull request in my repo, I get this error:
And when I change Linked accounts to Azure DevOps Services (Azure Active Directory), I get this error in my Databricks jobs:
This started happening after we had some team changes, so now none of us are familiar with this connection.
Did this happen to anyone?
Best regards,
Ksenija
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2024 09:39 PM
Hi @ksenija ,
Looks like the Git credentials for the job uses a different account and are missing.
The job is configured to use {a particular user} but this account has credentials for {another configured user}.
So you need to update the git details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:56 AM
Hi @NandiniN ,
Could you tell me where to update git details?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 05:52 AM