
Ultimate access to all questions.
In a scenario where you need to create a new branch in your Databricks Repo and commit changes to an external Git provider, describe the steps you would follow to ensure that the new branch is correctly created and the changes are properly committed, and that the process is efficient and secure.
A
Create a new branch using the Databricks UI and commit changes directly to the main branch
B
Manually create a new branch in the external Git provider and then pull changes from Databricks
C
Use the Databricks Repo interface to create a new branch and commit changes to the external Git provider
D
Clone the repository to a local machine, create a new branch, and then push the changes back to Databricks