bjankie1 commented on issue #34644: URL: https://github.com/apache/airflow/issues/34644#issuecomment-1872146456
Before https://github.com/apache/airflow/pull/29498 the flow was as following: 1. In the operator `config_file` was read and deserialized to a map. 2. Serialized config was passed to the trigger as argument., This way 2 things were achieved: 1. Reading file in the trigger which is a blocking operation. 2. Dependency on the file synchronization between components that run trigger and operator. Which means consistency. @hussein-awala Why has this process been reverted in https://github.com/apache/airflow/pull/29498 ? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
