
Ultimate access to all questions.
Which of the following Git operations must be performed outside of Databricks Repos?
A
Commit
B
Pull
C
Push
D
Clone
E
Merge
Explanation:
The correct answer is E. Merge.
Explanation:
Databricks Repos provides integrated Git functionality for many common operations, but there are limitations:
Databricks Repos supports basic Git operations for version control, but more complex operations like merging branches require external Git tools. This is because Databricks Repos is designed for collaborative development and version control of notebooks and other workspace objects, but doesn't include all the advanced Git features available in full Git clients.