This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b47586eb554 Add async support for Amazon SNS Notifier (#56133)
add fb09d4622fd Fix: Handle SQLAlchemy_URI for Vertica Provider (#55928)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/providers/vertica/hooks/vertica.py | 29 ++-
.../tests/unit/vertica/hooks/test_vertica_sql.py | 268 +++++++++++++++++++++
2 files changed, 296 insertions(+), 1 deletion(-)
create mode 100644
providers/vertica/tests/unit/vertica/hooks/test_vertica_sql.py