dag-generate
Synopsis
starlake dag-generate [options]
Description
Generate Airflow or Dagster DAG files from Starlake task and domain definitions. The command analyzes SQL dependencies to produce correctly ordered workflow graphs, with optional tag filtering. See Orchestration Guide.
Parameters
| Parameter | Cardinality | Description |
|---|---|---|
--outputDir <value> | Optional | Path for saving the resulting DAG file(s). |
--clean <value> | Optional | Clean Resulting DAG file output first ? |
--tags <value> | Optional | Generate for these tags only |
--tasks <value> | Optional | Whether to generate DAG file(s) for tasks or not |
--domains <value> | Optional | Whether to generate DAG file(s) for domains or not |
--withRoles <value> | Optional | Generate role definitions |