
Answer-first summary for fast verification
Answer: Open the Repo Git dialog and click the 'Pull' button.
To update the Databricks workspace with the latest changes from the Git repository, the data scientist should perform a 'pull' operation. This action fetches the most recent updates from the repository and merges them into the current branch within the Databricks workspace. The 'Pull' button in the Repo Git dialog is specifically intended for this purpose, making it the correct choice in this situation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data scientist is working on a machine learning model. After making code changes in a local text editor, they commit these to the project's Git repository and push them to an online Git provider. They now wish to update the Databricks workspace, which currently has an outdated version of the Git repository. What is the correct step to achieve this?
A
Open the Repo Git dialog and enable automatic syncing.
B
Open the Repo Git dialog and click the 'Merge' button.
C
Open the Repo Git dialog and click the 'Pull' button.
D
Open the Repo Git dialog and enable automatic pulling.
E
Open the Repo Git dialog and click the 'Sync' button.
No comments yet.