
Ultimate access to all questions.
In the context of enabling CI/CD workflows in Databricks, Databricks Repos provides a comprehensive set of Git operations to facilitate efficient collaboration and code management within a team. Considering the need for advanced version control features to support branching, merging, and rebasing in a real-world scenario where a team is working on a complex project with multiple contributors, which of the following statements accurately describes the Git operations available via Databricks Repos and how they differ from the version control functionality in Databricks Notebooks? Choose the best option from the four provided.
A
Databricks Repos supports all Git operations, including branching, merging, and rebasing, making it suitable for complex projects requiring advanced version control.
B
Databricks Repos only supports basic Git operations such as commit and push, limiting its use to simple projects without the need for branching or merging.
C
Databricks Notebooks version control functionality is on par with Databricks Repos, supporting all Git operations necessary for CI/CD workflows.
D
Databricks Repos and Databricks Notebooks offer identical Git operations, with no difference in their version control capabilities.