airflow dags list-import-errors
List all the DAGs that have import errors
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) |
-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' |
-v, --verbose | Make logging output more verbose |