darkag opened a new issue, #55502: URL: https://github.com/apache/airflow/issues/55502
### Apache Airflow Provider(s) vertica ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.10.5 ### Operating System debian ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened Hello, since default handlers for sql hooks have moved in a separate module (#43747). My fix for issue #32993 doesn't work anymore. ### What you think should happen instead fetch_all_handler should be imported from airflow.providers.common.sql.hooks.handlers in vertica hook, instead if someone has a better idea to create a more robust way to replace default handlers for vertica. ### How to reproduce you can retry the steps of the original issue or just add traces in vertica hook to see that the change of handler is not made anymore ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
