This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a7456333bf6 Fix MyPy type errors in providers in cncf/kubernetes
provider (#57563)
add 4994286d647 better error handling in SnowflakeHook and PostgresHook
when old version of AzureBaseHook (#57184)
No new revisions were added by this update.
Summary of changes:
providers/postgres/pyproject.toml | 2 +-
.../src/airflow/providers/postgres/hooks/postgres.py | 18 ++++++++----------
.../tests/unit/postgres/hooks/test_postgres.py | 16 ++++++++--------
providers/snowflake/pyproject.toml | 2 +-
.../airflow/providers/snowflake/hooks/snowflake.py | 20 +++++++++-----------
.../tests/unit/snowflake/hooks/test_snowflake.py | 14 +++++++-------
6 files changed, 34 insertions(+), 38 deletions(-)