techcodie commented on PR #63775: URL: https://github.com/apache/airflow/pull/63775#issuecomment-4092786134
Thanks for the discussion! This PR fixes the issue by resolving the async connection upfront, so the cached property doesn’t hit the sync path inside the triggerer event loop. Tested with deferrable operators — the AsyncToSync error is gone and triggers run fine. The change is minimal and doesn’t affect existing sync behavior. Happy to align if needed. -- 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]
