with one click
dag-deploy
Deploy generated DAGs to a target directory
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Deploy generated DAGs to a target directory
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | dag-deploy |
| description | Deploy generated DAGs to a target directory |
Deploys previously generated DAG files to a target directory (e.g., your Airflow DAGs folder or Dagster repository). Supports cleaning the target directory and organizing files into subdirectories.
starlake dag-deploy [options]
--inputDir <value>: Folder containing DAGs previously generated by dag-generate--outputDir <value>: Root deployment directory for all DAGs (required)--dagDir <value>: Subdirectory within outputDir for DAG files--clean: Delete the output directory contents before deploying--reportFormat <value>: Report output format: console, json, or htmlstarlake dag-deploy --outputDir /opt/airflow/dags --clean
starlake dag-deploy --outputDir /opt/airflow/dags --dagDir starlake
starlake dag-deploy --inputDir /tmp/generated_dags --outputDir /opt/airflow/dags
Manage GizmoSQL processes: start, stop, list, and stop-all DuckLake-backed SQL servers
Create or modify database connections in application.sl.yml
Manage Quack DuckDB query servers exposing DuckLake over a thin remote protocol — serve (foreground), start/stop/list/stop-all (background)
Automatically infer schemas and load data from the incoming directory
Data quality expectations syntax, built-in macros, and validation patterns
Apply Row Level Security (RLS) and Column Level Security (CLS) policies