
Ultimate access to all questions.
You are working on a project that involves integrating a Databricks Repo with an external Git provider. Describe the steps you would take to pull changes from the external Git provider back to your Databricks workspace, ensuring that the latest updates are correctly integrated.
A
Manually copy the changes from the Git repository to the Databricks workspace
B
Use the Databricks Repo interface to pull changes from the external Git provider
C
Clone the repository to a local machine and then push the changes to Databricks
D
Use the Databricks CLI to pull changes from the external Git provider