Exam Certified Data Engineer Associate All QuestionsBrowse all questions from this exam
Question 93

A data engineer is running code in a Databricks Repo that is cloned from a central Git repository. A colleague of the data engineer informs them that changes have been made and synced to the central Git repository. The data engineer now needs to sync their Databricks Repo to get the changes from the central Git repository.

Which Git operation does the data engineer need to run to accomplish this task?

    Correct Answer: B

    To update a local repository with changes from a central Git repository, the data engineer should perform a 'pull' operation. This command retrieves and integrates changes from the remote repository into the local repository.

Discussion
MDWPartnersOption: B

Repeated, also correct.