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

mobuchowski pushed a change to branch aip-62/s3hook
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 3b2fd67bb7 openlineage: add support for hook lineage for S3Hook
     add bef82d6ab3 Clean up remaining getattr connection DbApiHook (#40665)
     add 97be207907 Rollback for all retry exceptions (#40882) (#40883)
     add 0e3bdf000e Add option in breeze to disable DB cleanup when running 
tests (#40873)
     add 4196a96907 Remove the Experimental flag from OTel Traces (#40874)
     add 6dcf0a46ae openlineage: add support for hook lineage for S3Hook

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   (3b2fd67bb7)
            \
             N -- N -- N   refs/heads/aip-62/s3hook (6dcf0a46ae)

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/providers/apache/drill/hooks/drill.py      |   4 +-
 airflow/providers/apache/drill/provider.yaml       |   2 +-
 airflow/providers/apache/druid/hooks/druid.py      |   4 +-
 airflow/providers/apache/druid/provider.yaml       |   2 +-
 airflow/providers/apache/impala/hooks/impala.py    |   2 +-
 airflow/providers/apache/impala/provider.yaml      |   1 +
 airflow/providers/apache/pinot/hooks/pinot.py      |   2 +-
 airflow/providers/apache/pinot/provider.yaml       |   2 +-
 .../providers/elasticsearch/hooks/elasticsearch.py |   4 +-
 airflow/providers/elasticsearch/provider.yaml      |   2 +-
 airflow/providers/exasol/hooks/exasol.py           |   4 +-
 airflow/providers/exasol/provider.yaml             |   2 +-
 airflow/providers/jdbc/hooks/jdbc.py               |   4 +-
 airflow/providers/jdbc/provider.yaml               |   2 +-
 airflow/providers/microsoft/mssql/hooks/mssql.py   |   2 +-
 airflow/providers/microsoft/mssql/provider.yaml    |   2 +-
 airflow/providers/mysql/hooks/mysql.py             |   2 +-
 airflow/providers/mysql/provider.yaml              |   2 +-
 airflow/providers/odbc/hooks/odbc.py               |   2 +-
 airflow/providers/odbc/provider.yaml               |   2 +-
 airflow/providers/postgres/hooks/postgres.py       |   4 +-
 airflow/providers/postgres/provider.yaml           |   2 +-
 airflow/providers/snowflake/hooks/snowflake.py     |   2 +-
 airflow/providers/snowflake/provider.yaml          |   2 +-
 airflow/providers/sqlite/hooks/sqlite.py           |   2 +-
 airflow/providers/sqlite/provider.yaml             |   2 +-
 airflow/providers/teradata/hooks/teradata.py       |   4 +-
 airflow/providers/teradata/provider.yaml           |   2 +-
 airflow/providers/ydb/hooks/ydb.py                 |   2 +-
 airflow/providers/ydb/provider.yaml                |   2 +-
 airflow/utils/retries.py                           |   8 +-
 airflow/www/templates/airflow/dags.html            |   6 -
 contributing-docs/testing/unit_tests.rst           |  20 +++
 dev/breeze/doc/images/output_shell.svg             | 138 +++++++++++----------
 dev/breeze/doc/images/output_shell.txt             |   2 +-
 dev/breeze/doc/images/output_testing_db-tests.svg  |  96 +++++++-------
 dev/breeze/doc/images/output_testing_db-tests.txt  |   2 +-
 .../doc/images/output_testing_non-db-tests.svg     |  22 ++--
 .../doc/images/output_testing_non-db-tests.txt     |   2 +-
 dev/breeze/doc/images/output_testing_tests.svg     | 110 ++++++++--------
 dev/breeze/doc/images/output_testing_tests.txt     |   2 +-
 .../src/airflow_breeze/commands/common_options.py  |   5 +
 .../airflow_breeze/commands/developer_commands.py  |   4 +
 .../commands/developer_commands_config.py          |   1 +
 .../airflow_breeze/commands/testing_commands.py    |   8 ++
 .../commands/testing_commands_config.py            |   3 +
 .../src/airflow_breeze/params/shell_params.py      |   1 +
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |   3 +
 dev/breeze/tests/test_packages.py                  |   4 +-
 generated/provider_dependencies.json               |  29 ++---
 newsfragments/40874.significant.rst                |   1 +
 tests/utils/test_retries.py                        |  15 ++-
 52 files changed, 309 insertions(+), 246 deletions(-)
 create mode 100644 newsfragments/40874.significant.rst

Reply via email to