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 d4eeede1fa Add missing types to FSHook (#24470)
add 796e0a0b52 fix: RedshiftDataHook and RdsHook not use cached connection
(#24387)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/base_aws.py | 29 ++++++++++++++--------
airflow/providers/amazon/aws/hooks/rds.py | 18 +++-----------
.../providers/amazon/aws/hooks/redshift_data.py | 13 +++-------
tests/providers/amazon/aws/hooks/test_rds.py | 3 +++
.../amazon/aws/hooks/test_redshift_data.py | 3 +++
5 files changed, 32 insertions(+), 34 deletions(-)