airflow tasks list <dag_id>
List the tasks within a DAG
Arguments
Name | Description |
---|---|
dag_id | The id of the dag |
Options
Name | Description |
---|---|
-h, --help | Show this help message and exit |
-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' |
-t, --tree | Tree view |
-v, --verbose | Make logging output more verbose |