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

ash pushed a change to branch retcon-dag_bundle-signed_url_template-field
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 07f1f558637 Retcon migration chain: move signed_url_template change to 
3.1.8
     add 917abea0d2b Suspend Apache Beam Provider due to grpcio limitation 
(#61926)
     add 8a3a5222e39 Add support to create connections using uri in SDK (#62211)
     add 5639a878a47 Fix deadline typo (#62486)
     add 352feb2b615 Add base react plugin destination (#62530)
     add b7418576cc7 Raise on unexpected terminal dbt Cloud job run states 
(#61300)
     add 7a97334e3fa Retcon migration chain: move signed_url_template change to 
3.1.8

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   (07f1f558637)
            \
             N -- N -- N   
refs/heads/retcon-dag_bundle-signed_url_template-field (7a97334e3fa)

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:
 .../docs/administration-and-deployment/plugins.rst |  5 ++-
 .../api_fastapi/core_api/datamodels/plugins.py     |  2 +-
 .../api_fastapi/core_api/datamodels/ui/deadline.py |  2 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  | 34 ++++++++---------
 .../core_api/openapi/v2-rest-api-generated.yaml    |  2 +
 .../api_fastapi/core_api/routes/ui/deadlines.py    |  6 +--
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  2 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  2 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  2 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  2 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 44 +++++++++++-----------
 .../ui/openapi-gen/requests/services.gen.ts        |  2 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   | 28 +++++++-------
 .../src/airflow/ui/src/layouts/BaseLayout.tsx      | 39 +++++++++++++------
 .../tests/unit/always/test_example_dags.py         | 38 ++++++++++++-------
 .../unit/serialization/test_dag_serialization.py   | 16 +++++++-
 .../src/airflowctl/api/datamodels/generated.py     |  2 +
 dev/breeze/doc/images/output_build-docs.svg        |  6 +--
 dev/breeze/doc/images/output_build-docs.txt        |  2 +-
 ...tput_release-management_add-back-references.svg |  6 +--
 ...tput_release-management_add-back-references.txt |  2 +-
 ...management_generate-issue-content-providers.svg | 20 +++++-----
 ...management_generate-issue-content-providers.txt |  2 +-
 ...e-management_prepare-provider-distributions.svg | 20 +++++-----
 ...e-management_prepare-provider-distributions.txt |  2 +-
 ...e-management_prepare-provider-documentation.svg | 20 +++++-----
 ...e-management_prepare-provider-documentation.txt |  2 +-
 .../output_release-management_publish-docs.svg     |  6 +--
 .../output_release-management_publish-docs.txt     |  2 +-
 .../images/output_workflow-run_publish-docs.svg    |  6 +--
 .../images/output_workflow-run_publish-docs.txt    |  2 +-
 .../commands/release_management_commands.py        |  8 ++--
 dev/breeze/src/airflow_breeze/utils/packages.py    |  7 ++++
 dev/breeze/tests/test_packages.py                  |  4 +-
 .../src/tests_common/test_utils/providers.py       | 20 ++++++++++
 providers/apache/beam/provider.yaml                |  4 +-
 .../src/airflow/providers/dbt/cloud/hooks/dbt.py   | 26 ++++++++-----
 .../airflow/providers/dbt/cloud/operators/dbt.py   | 16 +++++++-
 .../cloud/tests/unit/dbt/cloud/hooks/test_dbt.py   |  6 +--
 .../tests/unit/dbt/cloud/operators/test_dbt.py     |  2 +-
 providers/google/pyproject.toml                    |  4 --
 .../tests/unit/google/cloud/hooks/test_dataflow.py |  5 +++
 .../unit/google/cloud/operators/test_dataflow.py   |  4 ++
 .../google/cloud/operators/test_datapipeline.py    |  3 ++
 .../unit/google/cloud/sensors/test_dataflow.py     |  3 ++
 .../unit/google/cloud/triggers/test_dataflow.py    |  4 ++
 .../utils/test_mlengine_prediction_summary.py      |  4 ++
 pyproject.toml                                     |  8 ----
 scripts/ci/prek/common_prek_utils.py               |  8 +++-
 scripts/ci/prek/update_airflow_pyproject_toml.py   |  3 +-
 .../in_container/run_provider_yaml_files_check.py  | 18 +++++++++
 scripts/in_container/verify_providers.py           | 14 +++++++
 task-sdk/src/airflow/sdk/definitions/connection.py | 35 ++++++++++++++++-
 .../tests/task_sdk/definitions/test_connection.py  | 14 +++++++
 54 files changed, 366 insertions(+), 180 deletions(-)

Reply via email to