Really great post Peer. Looking forward for a version with azure repos! One question with regards to your architecture: You’re placing the lakehouse in the same workspace, I assume, partly, to avoid issues with moving data across workspaces. But which workspaces do you associate with which lakehouse? Ingest i presume is related to bronze, but which workspace is related to silver and gold?
Hope my question makes sense
This works great for me, until I add a pipeline. Then the update from git always fails saying missing dependencies. This is with a brand new pipeline with just one object of set variable. Not sure why..
Hi Peer,
I'm encountering an error while using Azure DevOps with Microsoft Fabric:
{ "status_code": 400, "text": { "requestId": "4ec14443-fe2b-472a-b2d4-5e0d6edc5f27", "errorCode": "GitCredentialsConfigurationNotSupported", "message": "Credentials source ConfiguredConnection is not supported for AzureDevOps." } }
I'm calling the following API: POST workspaces/*/git/connect -i
POST workspaces/*/git/connect -i When I retrieve my Git credentials, the response is:
{ "status_code": 200, "text": { "source": "Automatic" } }
However, when I try to set the credentials source to ConfiguredConnection, I get this error:
So in my case, it seems I'm unable to make it work. Do you have any idea what could be causing this or any suggestions on how to proceed?
Thanks in advance!
Best regards, Elbert