techcodie commented on PR #63775: URL: https://github.com/apache/airflow/pull/63775#issuecomment-4116079372
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 a_cancel_run and a_cancel_sql_statement to DatabricksHook to ensure no synchronous I/O in the triggerer. Trigger Optimization: Updated DatabricksSQLStatementExecutionTrigger to use these async paths. Bug Fix: Resolved an UnboundLocalError 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. -- 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]
