hussein-awala commented on PR #35714:
URL: https://github.com/apache/airflow/pull/35714#issuecomment-1901447474

   I just tested on a real cluster and found that the type I provide to the 
trigger is converted to a string. I even tried providing an object instance but 
had the same problem. That's because we don't serialize the trigger kwargs, but 
we keep sqlalchemy convert them to string (`ExtendedJSON`).
   
   I need to revert the async part and keep it only for the sync part, and 
later we can add support for async callbacks once we find a clean solution for 
the issue; I will take this into account while working on the kwargs encryption.


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