
Ultimate access to all questions.
In a scenario where you are working with Databricks on Microsoft Azure and need to export a notebook to a JSON file for version control, considering the constraints of minimal operational cost and compliance with data governance policies, which of the following commands would you use? Choose the best option that aligns with Databricks CLI best practices and ensures the notebook is exported correctly.
A
Use the 'databricks notebooks export' command with the notebook path and output file as parameters.
B
Use the 'databricks workspace export' command with the notebook path and output file as parameters.
C
Use the 'databricks notebooks get' command with the notebook path and output file as parameters.
D
Use the 'databricks workspace get' command with the notebook path and output file as parameters.