dabla commented on PR #47719:
URL: https://github.com/apache/airflow/pull/47719#issuecomment-3883031952

   Will close this PR as we cannot pass callable's or lambda's to a Trigger as 
those are not serializable, which is a requirement for Triggers.  Applying 
custom serialization or using third party libraries to attempt it isn't a good 
idea, Triggerers should be static and thus not contain dynamic code as Triggers 
must be executed from their serialized form, they don't have access to the Dag 
file contrary to workers/executors.


-- 
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]

Reply via email to