KayleMaster opened a new issue #8528:
URL: https://github.com/apache/airflow/issues/8528


   **Description**
   
   Provide some sort of mechanism for airflow to periodically update DAGs which 
use data from config files. This could be some sort of flag in the DAG 
constructor so we don't have to monitor every DAG.
   
   **Use case / motivation**  
   
   We have a development and a production environment. The only difference is 
the config files - these determine where the data is exported/imported from. In 
production, when we updated the config file, the DAG wouldn't update for an 
hour. We couldn't wait more and touched the dag file in order to update with 
the new config values.
   
   **Related Issues**
   
   None that I could find.  
   
     
   Please tell me if there's any workarounds. The config file is outside of the 
airflow directory. If I symlink it in the same folder the dag resides in, would 
that update it?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to