
Ultimate access to all questions.
A data engineer needs to determine whether to use the built-in Databricks Notebooks versioning or version their project using Databricks Repos.
What is an advantage of using Databricks Repos over the Databricks Notebooks versioning?
A
Databricks Repos allows users to revert to previous versions of a notebook
B
Databricks Repos is wholly housed within the Databricks Data Intelligence Platform
C
Databricks Repos provides the ability to comment on specific changes
D
Databricks Repos supports the use of multiple branches
Explanation:
Correct Answer: D - Databricks Repos supports the use of multiple branches
Why this is correct:
Multiple Branch Support: Databricks Repos provides Git integration, which inherently supports branching workflows. This allows data engineers to:
Comparison with Built-in Notebook Versioning:
Key Advantage: The ability to use multiple branches is a fundamental Git feature that Databricks Repos brings to the platform, enabling proper software development lifecycle practices for data engineering projects.
Why other options are not the primary advantage:
Best Practice: Databricks Repos is recommended for production data engineering projects as it enables proper version control, collaboration, and CI/CD integration through Git workflows.