Introduction to Apache Airflow in Python
Mike Metzger
Data Engineer
airflow scheduler
from the command-line.schedule_interval
hasn't passed.airflow dags list
Possible solutions
airflow.cfg
Two quick methods:
Run airflow dags list-import-errors
Run python3 <dagfile.py>
python3 dagfile.py
:
Introduction to Apache Airflow in Python