
Explanation:
The correct answer is Pull request and review process. This operation requires interaction with the GIT provider (e.g., GitHub, GitLab, Bitbucket) and cannot be performed directly within Databricks. Other operations like committing changes, creating branches, editing code, or cloning repositories can be managed within Databricks through its Git integration.
Ultimate access to all questions.
No comments yet.
When using Databricks Repos, which operation is exclusively available through a GIT provider?
A
Create and edit code
B
Pull request and review process
C
Commit and push to feature branch
D
Clone remote repository to user folder
E
Create a new branch based on main branch