
Answer-first summary for fast verification
Answer: Pull request and review process
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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
No comments yet.