1. Which statement about Databricks Repos in an ML workflow is TRUE?
- A. Repos integrate Git into the workspace for versioning and collaboration on ML code✓ Correct
- B. Repos train models automatically
- C. Repos store the feature tables
- D. Repos replace MLflow
Explanation
Databricks Repos bring Git version control into the workspace for collaborating on and versioning ML code. They don't train models (B), store feature tables (C), or replace MLflow (D).