Introduction to Apache Airflow in Python
Mike Metzger
Data Engineer

schedule period hasn't passedairflow dags listPossible solutions
airflow info
Three quick methods:
Check the Airflow UI for errors popup
Run airflow dags list-import-errors
Run python3 <dagfile.py>



airflow dags reserialize
python3 dagfile.py:


Introduction to Apache Airflow in Python