stephenonethree commented on issue #20003:
URL: https://github.com/apache/airflow/issues/20003#issuecomment-1034180603


   +1, I ran into this as well. In our use case we want to get some information 
back from the trigger, but there are also some variables that we want to pass 
along to our resume method from the original `execute` method. 
   
   I'm able to work around this by just adding the data to a new property of my 
trigger and then adding that property into my payload instead of using 
`kwargs`, but it seems like a sensible thing to allow both `kwargs` and 
`payload` to be used.


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