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

github-bot pushed a change to branch 
dependabot/pip/task-sdk/datamodel-code-generator-http--0.35.0
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 6aef4423d2a Bump datamodel-code-generator[http] from 0.32.0 to 0.35.0 
in /task-sdk
     add 55189de57c0 adding 3 logging statements to display that a job is still 
waiting in the Dataproc wait_for_job method (#56523)
     add 5247258ed0e added the path for the how-to-guide docs for copy into 
Snowflake (#56527)
     add 0faffe40b4e Azure IAM/Entra ID support for PostgresHook (#55729)
     add 1736195018a Add elasticsearch Breeze integration (#55365)
     add bfbd90181a0 Fix broken main after pydantic 2.12.0 - partly cleanup 
(#56514)
     add 0010cf15ba4 Bump datamodel-code-generator[http] from 0.32.0 to 0.35.0 
in /task-sdk

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   (6aef4423d2a)
            \
             N -- N -- N   
refs/heads/dependabot/pip/task-sdk/datamodel-code-generator-http--0.35.0 
(0010cf15ba4)

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:
 airflow-ctl/pyproject.toml                         |   4 +-
 .../airflowctl/api/datamodels/auth_generated.py    |   2 +-
 .../src/airflowctl/api/datamodels/generated.py     |   2 +-
 contributing-docs/testing/integration_tests.rst    |  80 ++---
 dev/breeze/doc/images/output-commands.svg          | 170 +++++-----
 dev/breeze/doc/images/output_shell.svg             | 346 +++++++++++----------
 dev/breeze/doc/images/output_shell.txt             |   2 +-
 dev/breeze/doc/images/output_start-airflow.svg     | 278 +++++++++--------
 dev/breeze/doc/images/output_start-airflow.txt     |   2 +-
 .../output_testing_providers-integration-tests.svg |   4 +-
 .../output_testing_providers-integration-tests.txt |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +
 dev/breeze/tests/test_selective_checks.py          |   4 +-
 .../providers/google/cloud/hooks/dataproc.py       |   3 +
 .../docs/configurations-ref.rst                    |   0
 providers/postgres/docs/connections/postgres.rst   |  15 +-
 providers/postgres/docs/index.rst                  |  16 +-
 providers/postgres/provider.yaml                   |  14 +
 providers/postgres/pyproject.toml                  |   4 +
 .../providers/postgres/get_provider_info.py        |  14 +
 .../airflow/providers/postgres/hooks/postgres.py   |  53 +++-
 .../tests/unit/postgres/hooks/test_postgres.py     |  51 +++
 providers/snowflake/provider.yaml                  |   2 +
 .../providers/snowflake/get_provider_info.py       |   2 +
 ...cassandra.yml => integration-elasticsearch.yml} |  29 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |   2 +-
 26 files changed, 633 insertions(+), 470 deletions(-)
 copy providers/{amazon => postgres}/docs/configurations-ref.rst (100%)
 copy scripts/ci/docker-compose/{integration-cassandra.yml => 
integration-elasticsearch.yml} (62%)

Reply via email to