This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch switch-to-hatch
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit a1679e51e4 Standardize airflow build process and switch to Hatchling 
build backend
     add ded01a5aba Bump min version for grpcio-status in spark provider 
(#36662)
     add 90fb783953 Update EMR index.rst (#36665)
     add 43afb2f6b8 Implement `is_authorized_dag` in AWS auth manager (#36619)
     add 298c37d355 Bump min version of amazon-provider related dependencies 
(#36660)
     add 9797f9278a Bump Cohere min version to limit backtracking on upgrade 
(#36666)
     add 7cb954fb5d Fix reference to MANAGING_PROVIDERS_LIFECYCLE.rst (#36667)
     add c29632aab4 Bump min version of mysql-connector-python (#36668)
     add 4d5e05b28b Add deferrable mode to RedshiftClusterSensor (#36550)
     add b5c6aead44 Bump min provider version for papermill (#36669)
     add 1f6d764334 Bump min telegram-bot version (#36670)
     add 6e0fb8ec83 Standardize airflow build process and switch to Hatchling 
build backend

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a1679e51e4)
            \
             N -- N -- N   refs/heads/switch-to-hatch (6e0fb8ec83)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 PROVIDERS.rst                                      |   2 +-
 .../amazon/aws/auth_manager/avp/entities.py        |   1 +
 .../amazon/aws/auth_manager/avp/facade.py          |  53 ++++++---
 .../amazon/aws/auth_manager/aws_auth_manager.py    |  18 ++-
 .../providers/amazon/aws/auth_manager/constants.py |   1 +
 .../amazon/aws/sensors/redshift_cluster.py         |  44 ++++++-
 .../amazon/aws/triggers/redshift_cluster.py        |  56 ++++++++-
 airflow/providers/amazon/provider.yaml             |  10 +-
 .../operators/emr/index.rst                        |   7 ++
 generated/provider_dependencies.json               |   2 +-
 pyproject.toml                                     |   4 +-
 tests/always/test_project_structure.py             |   1 -
 .../amazon/aws/auth_manager/avp/test_facade.py     | 103 +++++++++-------
 .../aws/auth_manager/test_aws_auth_manager.py      | 129 ++++++++++++++++++---
 .../amazon/aws/auth_manager/test_constants.py      |   4 +
 .../amazon/aws/sensors/test_redshift_cluster.py    |  58 +++++++++
 .../amazon/aws/triggers/test_redshift_cluster.py   | 119 +++++++++++++++++++
 17 files changed, 523 insertions(+), 89 deletions(-)
 create mode 100644 tests/providers/amazon/aws/triggers/test_redshift_cluster.py

Reply via email to