Process Flow - DAG parsing and import errors
Airflow Scheduler starts
Reads DAG files from folder
Parses each DAG file
Imports Python modules in DAG
Success
Schedule DAG
Repeat for all DAG files
Airflow scheduler reads DAG files, tries to import them. If import succeeds, DAG is scheduled. If import fails, error is logged and DAG is skipped.