airflow tasks failed-deps <dag_id> <task_id> <execution_date_or_run_id>

Returns the unmet dependencies for a task instance

Arguments

NameDescription
dag_idThe id of the dag
task_idThe id of the task
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
--map-index <map_index>Mapped task index
-S, --subdir <subdir>File location or directory from which to look for the dag. Defaults to '[AIRFLOW_HOME]/dags' where [AIRFLOW_HOME] is the value you set for 'AIRFLOW_HOME' config you set in 'airflow.cfg'