Airflow “This DAG isnt available in the webserver DagBag object “
It is not you nor it is correct or expected behavior. It is a current ‘bug’ with Airflow. The web server is caching the DagBag in a way that you cannot really use it as expected. “Attempt removing DagBag caching for the web server” remains on the official TODO as part of the roadmap, indicating … Read more