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 2022/10/27 02:04:42 UTC

[airflow] branch python-3-11 updated (cf340d758d -> bdd765d1de)

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

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


    omit cf340d758d Attempt to add Python 3.11 support
     add 13b6b3b078 Added docs regarding templated field (#27301)
     add 49e618054b Make grid view widths adjustable (#27273)
     add e6c8c076f4 Assign public IP to ECS task network interface to allow the task to pull container image (#27303)
     add 87eb46bbc6 Common sql bugfixes and improvements (#26761)
     add 734995ff26 Add deprecation warning re unset namespace in k8s hook (#27202)
     add f9b02db3e4 Remove short form of --upgrade-on-failure (#27270)
     add 6b2dc6f2cc System test for SQL to S3 Transfer (AIP-47) (#27097)
     add b757bfa44c Ignore azure-datalake-store deprecated mod use (#27287)
     add bdd765d1de Attempt to add Python 3.11 support

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   (cf340d758d)
            \
             N -- N -- N   refs/heads/python-3-11 (bdd765d1de)

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/example_dags/example_sql_to_s3.py   |  43 ---
 .../providers/amazon/aws/transfers/sql_to_s3.py    |   1 +
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    |   7 +
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |  39 ++-
 airflow/providers/common/sql/operators/sql.py      | 233 +++++++------
 .../providers/google/cloud/operators/bigquery.py   | 107 +++---
 airflow/providers/ssh/operators/ssh.py             |   2 +-
 airflow/www/static/js/dag/Main.tsx                 |  85 ++++-
 airflow/www/static/js/dag/details/index.tsx        |   4 +-
 airflow/www/static/js/dag/grid/index.tsx           |  11 +-
 .../src/airflow_breeze/utils/common_options.py     |   1 -
 .../operators/transfer/sql_to_s3.rst               |   2 +-
 .../operators.rst                                  |  31 +-
 images/breeze/output-commands-hash.txt             |   8 +-
 images/breeze/output_ci-image_build.svg            | 292 ++++++++--------
 images/breeze/output_prod-image_build.svg          | 376 ++++++++++-----------
 scripts/in_container/verify_providers.py           |  10 +-
 setup.py                                           |  11 +-
 .../cncf/kubernetes/hooks/test_kubernetes.py       |  11 +
 tests/providers/common/sql/operators/test_sql.py   | 225 ++++++++++--
 .../providers/amazon/aws/example_ecs_fargate.py    |   1 +
 ...dshift_s3_transfers.py => example_sql_to_s3.py} | 103 ++----
 .../cloud/bigquery/example_bigquery_queries.py     |   2 +-
 23 files changed, 925 insertions(+), 680 deletions(-)
 delete mode 100644 airflow/providers/amazon/aws/example_dags/example_sql_to_s3.py
 copy tests/system/providers/amazon/aws/{example_redshift_s3_transfers.py => example_sql_to_s3.py} (76%)