Introduction to Apache Airflow in Python
Mike Metzger
Data Engineer

airflow scheduler from the command-line.schedule_interval hasn't passed.airflow dags listPossible 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