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

vatsrahul1001 pushed a change to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ee9ca6f4ddd Add 3.3.0 release notes
 discard ce24c9309f8 Update version to 3.3.0
 discard 638772b68c0 Update default branches for 3-3
     add 853d84ed950 Fix contributing-docs broken links (#68655)
     add f3037c173f6 Document that the Google OpenID auth backend matches users 
by their (mutable) email (#68391)
     add 0385bae7055 Validate destination paths derived from GCS object names 
(#67667)
     add 58ba6620616 Fix misleading comment and pin reprocess behaviour for 
partitioned backfill (#68618)
     add c006c184df6 Forward Google Cloud Run container logs to Airflow log via 
verbose flag (#67140)
     add 28ca0b66260 Harden S3 sync target paths (#67847)
     add 2963064c06f Derive partition_date for composite keys with one temporal 
dimension (#68442)
     add 48d0ad5f89f Add tests for links/base and links/bigquery in Google 
provider (#68066)
     add bb859bde5a4 Add opensearch to default PROD image extras (#68659)
     new 30f28e75135 Update default branches for 3-3
     new 92977bcc8c7 Update version to 3.3.0
     new f25ee0362d1 Add 3.3.0 release notes

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   (ee9ca6f4ddd)
            \
             N -- N -- N   refs/heads/v3-3-test (f25ee0362d1)

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.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Dockerfile                                         |   2 +-
 RELEASE_NOTES.rst                                  |   1 +
 airflow-core/src/airflow/models/backfill.py        |  10 +-
 .../src/airflow/partition_mappers/product.py       |  31 +-
 .../tests/unit/always/test_project_structure.py    |   2 -
 airflow-core/tests/unit/models/test_backfill.py    | 118 ++++++-
 .../tests/unit/partition_mappers/test_product.py   |  40 +++
 contributing-docs/01_roles_in_airflow_project.rst  |   6 +-
 contributing-docs/02_how_to_communicate.rst        |   2 +-
 dev/breeze/doc/images/output_prod-image_build.svg  |   4 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   1 +
 docker-stack-docs/build-arg-ref.rst                |   1 +
 .../src/airflow/providers/amazon/aws/exceptions.py |   4 +
 .../src/airflow/providers/amazon/aws/hooks/s3.py   |   9 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_s3.py  |  13 +-
 .../google/docs/api-auth-backend/google-openid.rst |  16 +
 .../google/docs/operators/cloud/cloud_run.rst      |  32 ++
 .../providers/google/cloud/operators/cloud_run.py  | 103 +++++-
 .../google/cloud/transfers/gcs_to_sftp.py          |  23 +-
 .../providers/google/cloud/triggers/cloud_run.py   |  15 +
 .../tests/unit/google/cloud/links/test_base.py     | 167 ++++++++++
 .../tests/unit/google/cloud/links/test_bigquery.py | 143 ++++++++
 .../unit/google/cloud/operators/test_cloud_run.py  | 363 ++++++++++++++++++++-
 .../google/cloud/transfers/test_gcs_to_sftp.py     |  99 ++++++
 .../unit/google/cloud/triggers/test_cloud_run.py   |  26 +-
 reproducible_build.yaml                            |   4 +-
 27 files changed, 1200 insertions(+), 37 deletions(-)
 create mode 100644 providers/google/tests/unit/google/cloud/links/test_base.py
 create mode 100644 
providers/google/tests/unit/google/cloud/links/test_bigquery.py

Reply via email to