This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6e92943a965 Add setter for blob_service_client in WasbHook to support
async injection (#54219)
add 845f77556e5 Replace API server’s direct Connection access workaround
in BaseHook (#54083)
No new revisions were added by this update.
Summary of changes:
devel-common/src/tests_common/pytest_plugin.py | 29 ++++++++
.../tests/unit/amazon/aws/bundles/test_s3.py | 23 ++----
.../tests/unit/amazon/aws/hooks/test_base_aws.py | 15 +++-
.../amazon/tests/unit/amazon/aws/hooks/test_emr.py | 2 +-
.../tests/unit/amazon/aws/sensors/test_eks.py | 2 +-
.../amazon/aws/transfers/test_redshift_to_s3.py | 85 ++++++++++++++++------
.../amazon/aws/transfers/test_s3_to_redshift.py | 80 +++++++++++++++-----
.../unit/apache/iceberg/hooks/test_iceberg.py | 45 ++++++------
.../unit/apache/spark/hooks/test_spark_submit.py | 9 ++-
.../unit/cncf/kubernetes/hooks/test_kubernetes.py | 7 +-
.../tests/unit/common/sql/operators/test_sql.py | 7 +-
providers/git/tests/unit/git/bundles/test_git.py | 8 +-
.../unit/google/cloud/log/test_gcs_task_handler.py | 4 +-
.../unit/google/cloud/operators/test_dataflow.py | 27 +++----
.../tests/unit/pinecone/hooks/test_pinecone.py | 30 ++++----
.../tests/unit/salesforce/hooks/test_salesforce.py | 35 +++------
.../samba/tests/unit/samba/hooks/test_samba.py | 2 +-
providers/smtp/tests/unit/smtp/hooks/test_smtp.py | 14 ++--
providers/ssh/tests/unit/ssh/hooks/test_ssh.py | 35 +++------
.../tests/unit/telegram/hooks/test_telegram.py | 2 +-
task-sdk/src/airflow/sdk/bases/hook.py | 15 +---
task-sdk/tests/task_sdk/bases/test_hook.py | 7 +-
22 files changed, 282 insertions(+), 201 deletions(-)