Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you set up a CI/CD pipeline for deploying Databricks notebooks into production with automated testing and deployment?
A
Store notebooks in Azure Blob Storage, manually copying them into Databricks workspaces as needed.
B
Use the Databricks CLI in Azure DevOps pipelines to automate notebook version control, testing, and deployment across workspaces.
C
Implement a script to email notebooks to the data engineering team for manual review and deployment.
D
Manually export notebooks from a development workspace and import them into production, executing tests within the production environment.