tirkarthi commented on PR #45158: URL: https://github.com/apache/airflow/pull/45158#issuecomment-2558620595
I don't think this is the right approach. My comment was that you can set `self.xcoms` which is a dictionary and then the triggerer pushes it to xcom once the event is emitted. There is no need to reimplement `_push_xcoms_if_necessary` or even mention it as a public interface. The example would be to set `self.xcoms` and explain to users that triggerer does the job of pushing them to xcom. https://github.com/apache/airflow/issues/44759#issuecomment-2528268226 -- 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]
