Orchestrating workflows and pipelinesPDF version

Updating the Airflow file mounts using the CDE CLI [Technical Preview]

You can update or delete an existing file mount, or add new Airflow file mounts for your pipeline with these commands.

cde job update --name my_pipeline --airflow-file-mount-1-resource my_new_pipeline_resource
cde job update --name my_pipeline --airflow-file-mount-1-prefix my_new_pipeline_resource_prefix

Add a new file mount when one already exists:

cde job update --name my_pipeline --airflow-file-mount-2-resource my_new_pipeline_resource
cde job update --name my_pipeline --unset-airflow-file-mount-index 2