techcodie commented on PR #63775: URL: https://github.com/apache/airflow/pull/63775#issuecomment-4116069617
Thanks for the feedback, @moomindani and @jscheffl! I've pushed a final set of improvements to ensure the "comprehensive async refactor" is truly complete and robust for Airflow 3: * **Async Hook Methods**: Added and to to ensure no synchronous I/O in the triggerer. * **Trigger Optimization**: Updated to use these async paths. * **Bug Fix**: Resolved an in the trigger that could occur on immediate timeouts. * **Expanded Testing**: All **229 tests** in the Databricks provider (including 122 new/updated test cases) now pass. The PR is fully rebased on the latest `main`, formatted with `ruff`, and ready for final review. cc: @techcodie -- 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]
