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

potiuk pushed a change to branch update-providers-documentation-for-release
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit d6edd4fd1b4 Prepare documentation for next release of providers 
(2026-02-24)
     add 3ab2eb9884c fix(amazon): Filter kwargs in AthenaSQLHook to prevent 
TypeError (#62227)
     add 7dfd39b9385 Migrate alibaba connection UI metadata to YAML (#62379)
     add 641ad7382f1 Migrate apache/hive connection UI metadata to YAML (#62380)
     add 7e47ead9a5f Migrate apache/spark connection UI metadata to YAML 
(#62381)
     add 6e8fbd8e5ac Migrate trino/cohere connection UI metadata to YAML 
(#62390)
     add 4dc0883d055 Return files destination uris in 
`GoogleDriverToGCSOperator` and `SheetsToGCSOperator` (#61347)
     add 4683830056d Prepare documentation for next release of providers 
(2026-02-24)

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   (d6edd4fd1b4)
            \
             N -- N -- N   
refs/heads/update-providers-documentation-for-release (4683830056d)

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:
 providers/alibaba/provider.yaml                    | 51 ++++++++++++++
 .../airflow/providers/alibaba/get_provider_info.py | 26 +++++++
 providers/amazon/README.rst                        |  2 +-
 providers/amazon/docs/changelog.rst                |  1 +
 .../providers/amazon/aws/hooks/athena_sql.py       | 27 ++++++-
 .../tests/unit/amazon/aws/hooks/test_athena_sql.py | 33 +++++++++
 .../unit/amazon/aws/hooks/test_hooks_signature.py  | 10 ++-
 providers/apache/drill/README.rst                  |  2 +-
 providers/apache/druid/README.rst                  |  2 +-
 providers/apache/hive/README.rst                   |  2 +-
 providers/apache/hive/docs/changelog.rst           |  1 +
 providers/apache/hive/provider.yaml                | 33 +++++++++
 .../providers/apache/hive/get_provider_info.py     | 19 +++++
 providers/apache/impala/README.rst                 |  2 +-
 providers/apache/pinot/README.rst                  |  2 +-
 providers/apache/spark/docs/changelog.rst          |  1 +
 providers/apache/spark/provider.yaml               | 82 ++++++++++++++++++++++
 .../providers/apache/spark/get_provider_info.py    | 47 +++++++++++++
 providers/cohere/provider.yaml                     |  4 ++
 .../airflow/providers/cohere/get_provider_info.py  |  4 ++
 providers/databricks/README.rst                    |  2 +-
 providers/edge3/README.rst                         |  2 +-
 providers/exasol/README.rst                        |  2 +-
 providers/google/README.rst                        |  2 +-
 providers/google/docs/changelog.rst                |  2 +-
 .../google/cloud/transfers/gdrive_to_gcs.py        |  7 +-
 .../google/cloud/transfers/sheets_to_gcs.py        | 22 +++++-
 .../google/cloud/transfers/test_gdrive_to_gcs.py   |  4 +-
 .../google/cloud/transfers/test_sheets_to_gcs.py   | 73 ++++++++++++++++++-
 providers/http/docs/changelog.rst                  |  3 +-
 providers/jdbc/README.rst                          |  4 +-
 providers/microsoft/mssql/README.rst               |  2 +-
 providers/mysql/README.rst                         |  2 +-
 providers/odbc/README.rst                          |  2 +-
 providers/openlineage/README.rst                   |  4 +-
 providers/oracle/README.rst                        |  2 +-
 providers/pgvector/README.rst                      |  2 +-
 providers/postgres/README.rst                      |  2 +-
 providers/presto/README.rst                        |  2 +-
 providers/snowflake/README.rst                     |  2 +-
 providers/sqlite/README.rst                        |  2 +-
 providers/teradata/README.rst                      |  2 +-
 providers/trino/README.rst                         |  2 +-
 providers/trino/docs/changelog.rst                 |  1 +
 providers/trino/provider.yaml                      | 24 +++++++
 .../airflow/providers/trino/get_provider_info.py   | 11 ++-
 providers/vertica/README.rst                       |  2 +-
 providers/ydb/README.rst                           |  2 +-
 48 files changed, 501 insertions(+), 39 deletions(-)

Reply via email to