This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ef1dc742090 Update providers metadata 2026-08-23 (#72009)
add f44bb16d825 Use common.compat.sdk for the remaining provider timezone
imports (#71209)
No new revisions were added by this update.
Summary of changes:
.../alibaba/cloud/log/test_oss_task_handler.py | 4 +-
.../executors/utils/exponential_backoff_retry.py | 5 +-
.../tests/system/amazon/aws/example_mongo_to_s3.py | 4 +-
.../amazon/tests/system/amazon/aws/example_mwaa.py | 4 +-
.../amazon/aws/executors/ecs/test_ecs_executor.py | 5 +-
.../amazon/tests/unit/amazon/aws/hooks/test_s3.py | 77 +++++++++++++++-------
.../amazon/aws/log/test_cloudwatch_task_handler.py | 20 +++---
.../unit/amazon/aws/log/test_s3_task_handler.py | 10 +--
.../tests/unit/amazon/aws/operators/test_s3.py | 29 ++++----
.../unit/amazon/aws/transfers/test_s3_to_sftp.py | 4 +-
.../unit/amazon/aws/transfers/test_sftp_to_s3.py | 4 +-
.../unit/apache/hdfs/log/test_hdfs_task_handler.py | 4 +-
.../hive/sensors/test_named_hive_partition.py | 5 +-
.../unit/apache/kylin/operators/test_kylin_cube.py | 4 +-
.../unit/celery/executors/test_celery_executor.py | 5 +-
.../unit/celery/log_handlers/test_log_handlers.py | 4 +-
.../kubernetes/executors/kubernetes_executor.py | 2 +-
.../executors/test_kubernetes_executor.py | 8 +--
.../kubernetes/log_handlers/test_log_handlers.py | 9 +--
.../cncf/kubernetes/test_template_rendering.py | 2 +-
.../system/common/sql/example_sql_bulk_load.py | 4 +-
.../system/common/sql/example_sql_execute_query.py | 4 +-
.../system/common/sql/example_sql_insert_rows.py | 4 +-
.../common/sql/example_sql_threshold_check.py | 4 +-
.../tests/unit/common/sql/decorators/test_sql.py | 7 +-
.../tests/unit/common/sql/operators/test_sql.py | 3 +-
.../sql/tests/unit/common/sql/sensors/test_sql.py | 5 +-
.../databricks/example_databricks_workflow.py | 4 +-
.../providers/elasticsearch/log/es_task_handler.py | 4 +-
.../unit/google/cloud/log/test_gcs_task_handler.py | 5 +-
.../unit/google/cloud/operators/test_bigquery.py | 4 +-
.../google/cloud/operators/test_cloud_build.py | 5 +-
.../unit/google/cloud/operators/test_looker.py | 5 +-
.../unit/google/cloud/transfers/test_s3_to_gcs.py | 5 +-
.../http/tests/unit/http/sensors/test_http.py | 5 +-
.../microsoft/azure/log/test_wasb_task_handler.py | 4 +-
.../unit/microsoft/azure/operators/test_adx.py | 4 +-
.../unit/microsoft/azure/operators/test_msgraph.py | 7 +-
.../unit/microsoft/azure/operators/test_powerbi.py | 8 +--
.../microsoft/azure/operators/test_powerbi_list.py | 8 +--
.../unit/openlineage/plugins/test_listener.py | 8 +--
.../providers/opensearch/log/os_task_handler.py | 5 +-
.../unit/opensearch/operators/test_opensearch.py | 4 +-
.../operators/test_snowflake_cortex_agent.py | 2 +-
.../tests/unit/standard/decorators/test_bash.py | 7 +-
.../standard/decorators/test_external_python.py | 5 +-
.../tests/unit/standard/decorators/test_python.py | 5 +-
.../tests/unit/standard/operators/test_datetime.py | 9 +--
.../unit/standard/operators/test_trigger_dagrun.py | 6 +-
.../standard/sensors/test_external_task_sensor.py | 14 ++--
.../tests/unit/standard/sensors/test_filesystem.py | 11 +---
.../unit/standard/utils/test_sensor_helper.py | 5 +-
.../tests/unit/standard/utils/test_skipmixin.py | 7 +-
53 files changed, 172 insertions(+), 224 deletions(-)