
Explanation:
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.
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