Is there any way that multiple devices (people) can work in separated branches at the same time in databricks?

Viewed 61

Basically everything in the title. I can add that it is a single Git repo in Github, in case that matters.

1 Answers

Yes, it's possible - it's a feature that is called Databricks Repos that is designed specifically for organizing work with multiple notebooks at the same time. Each user may have one or more checkouts of the same repository, on different branches, and easy commit code, and then it could be merged into "main branch"

Related