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
| Parameter | Cardinality | Description |
|---|---|---|
--inputDir <value> | Optional | Folder containing DAGs previously generated using the dag-generate command |
--outputDir <value> | Required | Path where to deploy the library files. This is the root of all DAGs |
--dagDir <value> | Optional | outputDir's sub-directory where to deploy the DAG files. |
--clean <value> | Optional | Should the output directory be deleted first ? |