79412603

Date: 2025-02-04 18:02:22
Score: 1
Natty:
Report link

It is common for dags not to appear due to the dag_discovery_safe_mode airflow configuration.

"If enabled, Airflow will only scan files containing both DAG and airflow (case-insensitive)."

Adding from airflow import DAG to your dag file (even if you don't need to use the DAG object) ensures airflow will recognize the job.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jo-l Collins