databricks/databricks-vscode

[BUG] "Missing git provider credentials" Error

fjakobs opened this issue · 3 comments

Describe the bug
There is an issue with saving files to / using files from Repos using VScode databricks extension. Getting error message saying missing git credentials even thought repos works from UI.

Screenshots

Screenshot 2023-03-16 at 12 24 40 PM

I have the same issue. I looked at the extension logs and found out that it posts a request with "provider":"github" although I use a BitBucket Server authentification token. I suspect this to be the root cause.

I think the extension should not use "provider":"github" by default, but instead give a setting where the user could configure the provider they use.

Screenshot 2023-03-17 at 14 33 06

A workaround for now would be to switch to the (experimental) files in Workspace support. In that case we wouldn't sync into Repos anymore but instead into a workspace folder.

Screenshot 2023-03-10 at 14 34 29

This is an issue on the Databricks Repos side. The Repos team is tracking the issue.

Users running into this issue can try out the "Files in Workspace" feature (see above)