You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/28 19:59:24 UTC

[airflow] branch main updated (4b36137a31 -> ca9f41ba2c)

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 4b36137a31 Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)
     add ca9f41ba2c Remove parametrized package by pytest.mark.parametrize (#29808)

No new revisions were added by this update.

Summary of changes:
 Dockerfile.ci                                      |   2 +-
 setup.py                                           |   1 -
 .../google/cloud/operators/test_cloud_build.py     |  38 +++--
 .../google/cloud/operators/test_cloud_sql.py       |   8 +-
 .../test_cloud_storage_transfer_service.py         |  20 +--
 .../google/cloud/operators/test_functions.py       | 186 ++++++++++-----------
 .../cloud/operators/test_kubernetes_engine.py      |  21 ++-
 .../google/cloud/operators/test_spanner.py         |  43 ++---
 .../google/cloud/operators/test_text_to_speech.py  |  10 +-
 .../sensors/test_cloud_storage_transfer_service.py |   9 +-
 .../google/cloud/sensors/test_dataflow.py          |  21 ++-
 .../google/cloud/sensors/test_datafusion.py        |   8 +-
 12 files changed, 187 insertions(+), 180 deletions(-)