state
Contents
Usage
$ airflow dags state [-h] [-S SUBDIR] [-v] dag_id execution_date
Arguments
| Parameter | Description |
|---|---|
dag_id |
The ID of the DAG |
-S, --subdir |
File or directory location for DAGs. Defaults to |
execution_date |
Date of the DAG execution |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |