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

NameDescription
dag_idThe id of the dag
execution_date_or_run_idThe execution_date of the DAG or run_id of the DAGRun

Options

NameDescription
-h, --helpShow this help message and exit
-o, --output <(table, json, yaml, plain)>Output format. Allowed values: json, yaml, plain, table (default: table)
-v, --verboseMake logging output more verbose