
Answer-first summary for fast verification
Answer: Pull
The 'Pull' operation is used to fetch and integrate changes from a remote repository into the local repository. In this case, the data engineer needs to sync their local Databricks Repo with the central Git repository where changes have been made. Therefore, the correct operation to use is 'Pull'.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As part of a collaborative data engineering project, a data engineer is executing code within a Databricks Repo that has been cloned from a centralized Git repository. Recently, a colleague has notified the data engineer that new updates have been committed and pushed to the centralized Git repository. To ensure their local Databricks Repo reflects these latest changes, which Git operation should the data engineer execute to synchronize their repository with the central one?
A
Clone
B
Pull
C
Merge
D
Push
No comments yet.