Create Team Git Repo in Azure Databricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 11:04 AM - edited 12-11-2023 11:07 AM
When I attach a Git repo to Databricks, it always puts the repo under my username/domain name:
How can I create a "team" repo at the top level, so teammates don't have to drill into my username?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 12:00 AM
The best approach to create a shared repo is create a folder in repo .Then click on options and create -> Repo
Give the required details like git provider
connect your git provider account from the setting.
And the shared repo is ready this will allow you to manage repo from service user account rather than personal account.
Data engineer at Rsystema
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 01:51 AM
Hi,
Interest of using a repo is to have a dedicated area for each of developers.
If you want to have only a folder with the last version of the code, you should a CI/CD pipeline that will package the code and then delivered into a folder inside Workspace. E.g: Workspace/run

