airflow tasks states-for-dag-run <dag_id> <execution_date_or_run_id>
Get the status of all task instances in a dag run
Arguments
Name | Description |
---|---|
dag_id | The id of the dag |
execution_date_or_run_id | The execution_date of the DAG or run_id of the DAGRun |
Options
Name | Description |
---|---|
-h, --help | Show this help message and exit |
-o, --output <(table, json, yaml, plain)> | Output format. Allowed values: json, yaml, plain, table (default: table) |
-v, --verbose | Make logging output more verbose |