You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/06 13:33:26 UTC

[GitHub] [airflow] eladkal commented on issue #8528: DAG that uses data from config files will never update unless touched

eladkal commented on issue #8528:
URL: https://github.com/apache/airflow/issues/8528#issuecomment-833526548


   Can you please elaborate on the use case?
   I'm a bit confused.
   If the configuration file construct the DAG structure then it needs to be called in a top level code thus the configuration file will be parsed every time airflow parse the dag.
   If the configuration file construct a task then it will be used on run time.
   Either way you will have the updated file.
   
   But if I misunderstood your scenario still it sounds more like a use case for services like aws lambda - where you execute a function (refresh dag code) when someone updates the configuration file.


-- 
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:
users@infra.apache.org