Hi,

In order to support multiple environments with different DAG settings per
environment, we created a DAG factory to create the DAG operator where each
DAG has different params (eg schedule, catchup, etc).

Unfortunately, we noticed that the webserver code view shows the factory
code versus the actual Python code in the dagbag file. I also assume that
the factory file modified date will be used versus the DAG file to
determine if the scheduler should reload.

I see this issue has already been reported here
https://issues.apache.org/jira/browse/AIRFLOW-1108.

Any ideas if this will be patched soon or have better suggestions on
handling this?

-Michael

Reply via email to