Introduction à Apache Airflow en Python
Mike Metzger
Data Engineer

airflow scheduler en ligne de commande.schedule_interval n’a pas encore passé.airflow dags listSolutions possibles
airflow.cfg
Deux méthodes rapides :
Exécuter airflow dags list-import-errors
Exécuter python3 <dagfile.py>

python3 dagfile.py:


Introduction à Apache Airflow en Python