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

   @jscheffl Why not push XCom’s directly on task_instance of trigger? Why? 
Because now the XCom’s are passed via the EventTrigger which is fully persisted 
in DB. I would push them directly via task_instance on trigger, it won’t be 
persisted with the event in the DB, which can grow easily with XCom’s.


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