GitHub user yapxue added a comment to the discussion: Cannot import from modules in the dags folder
I met the same issue. No luck with restart airflow. I solved it by appending sys.path. Somethiung like sys.path.insert(). GitHub link: https://github.com/apache/airflow/discussions/22387#discussioncomment-17049519 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
