Skip to main content

dag-deploy

Synopsis

starlake dag-deploy [options]

Description

Deploy generated DAG files and their library dependencies to the orchestrator's DAG directory. Run this after dag-generate to publish workflow definitions to Airflow or another scheduler. See Orchestration Guide.

Parameters

ParameterCardinalityDescription
--inputDir <value>OptionalFolder containing DAGs previously generated using the dag-generate command
--outputDir <value>RequiredPath where to deploy the library files. This is the root of all DAGs
--dagDir <value>OptionaloutputDir's sub-directory where to deploy the DAG files.
--clean <value>OptionalShould the output directory be deleted first ?