eladkal edited a comment 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 file) 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: [email protected]
