
Answer-first summary for fast verification
Answer: 1. In the external Git provider, create a new repo. 2. In Databricks, go to 'Workspace', click on 'Repos', and select 'Configure'. 3. Enter the repo URL and authentication details. 4. Clone the repo to your local machine. 5. Create a new branch in the local repo. 6. Make changes to the code in the new branch. 7. Commit the changes to the new branch. 8. Push the changes to the external Git provider. 9. In Databricks, go to 'Repos' and click on 'Pull' to pull the changes.
The correct step-by-step process involves creating a new repo in the external Git provider, configuring the repo in Databricks, cloning the repo to the local machine, creating a new branch, making changes to the code in the new branch, committing the changes to the new branch, pushing the changes to the external Git provider, and finally pulling the changes back to the Databricks workspace. Option D covers all these steps in the correct order.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are working on a machine learning project that involves collaboration with a team of data scientists. Your team is using an external Git provider for version control. Write a step-by-step process to connect a repo from the external Git provider to Databricks repos, commit changes from a Databricks Repo to the external Git provider, create a new branch, and pull changes back to a Databricks workspace.
A
B
C
D