Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which Databricks CLI command should a data engineer use to extract pipeline settings from an existing workspace configuration and save them as a versioned JSON file for creating a new pipeline?
A
Use list pipelines to get the specs for all pipelines; get the pipeline spec from the returned results; parse and use this to create a pipeline
B
Stop the existing pipeline; use the returned settings in a reset command
C
Use the get command to capture the settings for the existing pipeline; remove the pipeline_id and rename the pipeline; use this in a create command
D
Use the clone command to create a copy of an existing pipeline; use the get JSON command to get the pipeline definition; save this to git