ashb commented on issue #53447: URL: https://github.com/apache/airflow/issues/53447#issuecomment-3084298443
This would have previously blocked the event loop too, so it may have "worked" before but it was never the right way of doing it. The error isn't great, but I think all we can do is improve the error message -- the trigger code is wrong. Also note: this is not the part of the offical Airflow code but a users custom trigger. Yes it sucks that it is now breaking. Overall are options are: Improve the error message so the user can fix their code, or switch to something like Greenlet so we can more-easily go between sync and async code. I favour the first one. -- 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]
