failed-deps
Contents
Definition
Returns the unmet dependencies for a task instance from the perspective of the scheduler. This command helps to determine why a task instance is not scheduled and queued by the scheduler.
Usage
$ airflow tasks failed-deps [-h] [--map-index MAP_INDEX] [-S SUBDIR] [-v]
dag_id task_id execution_date_or_run_id
Arguments
| Parameter | Description |
|---|---|
dag_id |
The ID of the DAG |
task_id |
The ID of the task |
execution_date_or_run_id |
The |
--map-index |
Mapped task index. Default: |
-S, --subdir |
File or directory location for DAGs. Defaults to |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |