Tutorial - Getting Started with Databricks Repos | Databricks Academy

preview_player
Показать описание

In this Databricks tutorial you will learn the Databricks Repos basics for beginners. Repos let you use Git functionality such as cloning a remote repo, managing branches, pushing and pulling changes and visually comparing differences upon commit. Integrating Git repos like GitHub, GitLab, Bitbucket Cloud or Azure DevOps with Databricks Repos provides source control for project files and best practices for a CI/CD workflow.

Visit the Databricks docs to learn more:
Find more Git integration instructions in our Docs: GitHub, GitLab, Bitbucket Cloud or Azure DevOps.

Connect with us:

Learn at Databricks Academy:
Рекомендации по теме
Комментарии
Автор

Thanks for this - just needed some of the basics to help me get my bearings and get started :)

pascalbachand
Автор

Also how can we point to a specific branch in azure DevOps that contains a notebook that needs to be triggered by adf?

biplovejaisi
Автор

When will there be a video about the new "Databricks Git folders (Repos)" method?

satellitepop
Автор

Informative video☺️☺️. But I was facing one problem. Suppose we have two users, both of them are working on same repo we have one main branch and two feature branch for each user. Lets say user2 made some changes and merge it back to main branch. Now user1 want to get the latest code from main branch in his feature branch doing a pull request. But he is unable to get it? Why?

biplovejaisi