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 d005d04925 Standardize airflow build process and switch to Hatchling 
build backend
     add 95a83102e8 feat: Add dag_id when generating OpenLineage run_id for 
task instance. (#36659)
     add 9cb2052810 Fix docstring for apply_wildcard parameter in 
`S3ListOperator`. Changed the order of docstring for fix (#36679)
     add cb1182ea4f Refresh credentials in `AwsEcsExecutor` (#36179)
     add d105c7115f Get rid of pyarrow-hotfix for CVE-2023-47248 (#36697)
     add 4c6be5476c Update mask-sensitive-values.rst (#36699)
     add 9cbfed474c rename concurrency label to max active tasks (#36691)
     add 0d7bad20d4 Bump follow-redirects from 1.15.3 to 1.15.4 in /airflow/www 
(#36700)
     add ecb2c9f24d Set min pandas dependency to 1.2.5 for all providers and 
airflow (#36698)
     add a1d5ed4875 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   (d005d04925)
            \
             N -- N -- N   refs/heads/switch-to-hatch (a1d5ed4875)

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:
 .../amazon/aws/executors/ecs/ecs_executor.py       | 100 ++++++--
 .../amazon/aws/executors/utils}/__init__.py        |   0
 .../executors/utils/exponential_backoff_retry.py   |  60 +++++
 airflow/providers/amazon/aws/operators/s3.py       |   2 +-
 airflow/providers/dbt/cloud/utils/openlineage.py   |   5 +-
 airflow/providers/openlineage/plugins/adapter.py   |   4 +-
 airflow/providers/openlineage/plugins/listener.py  |  27 +-
 airflow/providers/openlineage/plugins/macros.py    |  10 +-
 airflow/www/templates/airflow/dag_details.html     |   2 +-
 airflow/www/yarn.lock                              |   6 +-
 .../executors/ecs-executor.rst                     |   2 +-
 .../security/secrets/mask-sensitive-values.rst     |   2 +-
 tests/always/test_project_structure.py             |   1 -
 .../amazon/aws/executors/ecs/test_ecs_executor.py  |   1 +
 .../amazon/aws/executors/utils}/__init__.py        |   0
 .../utils/test_exponential_backoff_retry.py        | 281 +++++++++++++++++++++
 .../providers/openlineage/plugins/test_listener.py |  57 ++++-
 tests/providers/openlineage/plugins/test_macros.py |  52 ++++
 .../plugins/test_openlineage_adapter.py            |  44 ++--
 19 files changed, 575 insertions(+), 81 deletions(-)
 copy airflow/{api_connexion => 
providers/amazon/aws/executors/utils}/__init__.py (100%)
 create mode 100644 
airflow/providers/amazon/aws/executors/utils/exponential_backoff_retry.py
 copy {airflow/api_connexion => 
tests/providers/amazon/aws/executors/utils}/__init__.py (100%)
 create mode 100644 
tests/providers/amazon/aws/executors/utils/test_exponential_backoff_retry.py
 create mode 100644 tests/providers/openlineage/plugins/test_macros.py

Reply via email to