Skip to content

Commit

Permalink
Prepare docs for Feb 1st wave of providers (fixed) (#46962)
Browse files Browse the repository at this point in the history
* Prepare docs for Feb 1st wave of providers (fixed)

* update openlineage
  • Loading branch information
eladkal authored Feb 21, 2025
1 parent 00ff7fa commit 0653ffe
Show file tree
Hide file tree
Showing 242 changed files with 619 additions and 402 deletions.
6 changes: 3 additions & 3 deletions providers/amazon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Package ``apache-airflow-providers-amazon``

Release: ``9.3.0``
Release: ``9.4.0``


Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
Expand All @@ -37,7 +37,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
are in ``airflow.providers.amazon`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.3.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.4.0/>`_.

Installation
------------
Expand Down Expand Up @@ -103,4 +103,4 @@ Dependent package
====================================================================================================================== ===================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.3.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.4.0/changelog.html>`_.
10 changes: 8 additions & 2 deletions providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@
Changelog
---------

.. warning::
* ``The experimental AWS auth manager is no longer compatible with Airflow 2``
9.4.0
.....

.. note::
This version has no code changes. It's released due to yank of previous version due to packaging issues.

9.3.0
.....

.. warning::
* ``The experimental AWS auth manager is no longer compatible with Airflow 2``

Features
~~~~~~~~

Expand Down
5 changes: 3 additions & 2 deletions providers/amazon/docs/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ For high-level changelog, see :doc:`package information including changelog <ind



9.3.0
9.4.0
.....

Latest change: 2025-02-18
Latest change: 2025-02-21

================================================================================================== =========== ==========================================================================================================================================
Commit Committed Subject
================================================================================================== =========== ==========================================================================================================================================
`5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)``
`18396ed808 <https://github.com/apache/airflow/commit/18396ed8083f38eebe7db062110d8c569cb4fa3d>`__ 2025-02-18 ``Rework the TriggererJobRunner to run triggers in a process without DB access (#46677)``
`4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)``
`e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)``
Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).


Release: 9.3.0
Release: 9.4.0

Provider package
----------------
Expand Down Expand Up @@ -163,5 +163,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-amazon 9.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.3.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.3.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.4.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.4.0-py3-none-any.whl.sha512>`__)
2 changes: 1 addition & 1 deletion providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ state: ready
source-date-epoch: 1739958314
# note that those versions are maintained by release manager - do not update them manually
versions:
- 9.3.0
- 9.4.0
- 9.2.0
- 9.1.0
- 9.0.0
Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-amazon"
version = "9.3.0"
version = "9.4.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -148,8 +148,8 @@ dev = [
]

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.3.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.3.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.4.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.4.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
2 changes: 1 addition & 1 deletion providers/amazon/src/airflow/providers/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "9.3.0"
__version__ = "9.4.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_provider_info():
"state": "ready",
"source-date-epoch": 1739958314,
"versions": [
"9.3.0",
"9.4.0",
"9.2.0",
"9.1.0",
"9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/beam/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Package ``apache-airflow-providers-apache-beam``

Release: ``6.0.1``
Release: ``6.0.2``


`Apache Beam <https://beam.apache.org/>`__.
Expand All @@ -37,7 +37,7 @@ This is a provider package for ``apache.beam`` provider. All classes for this pr
are in ``airflow.providers.apache.beam`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.2/>`_.

Installation
------------
Expand Down Expand Up @@ -82,4 +82,4 @@ Dependent package
================================================================================================================== =================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.2/changelog.html>`_.
6 changes: 6 additions & 0 deletions providers/apache/beam/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
Changelog
---------

6.0.2
.....

.. note::
This version has no code changes. It's released due to yank of previous version due to packaging issues.

6.0.1
.....

Expand Down
5 changes: 3 additions & 2 deletions providers/apache/beam/docs/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ For high-level changelog, see :doc:`package information including changelog <ind



6.0.1
6.0.2
.....

Latest change: 2025-02-20
Latest change: 2025-02-21

================================================================================================== =========== =======================================================================================================
Commit Committed Subject
================================================================================================== =========== =======================================================================================================
`5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)``
`ee68ddf605 <https://github.com/apache/airflow/commit/ee68ddf605cdcc457af2cb56f8443571757fe32f>`__ 2025-02-20 ``Refactor deferrable mode for BeamRunPythonPipelineOperator and BeamRunJavaPipelineOperator (#46678)``
`4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)``
`e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)``
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/beam/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ apache-airflow-providers-apache-beam package
`Apache Beam <https://beam.apache.org/>`__.


Release: 6.0.1
Release: 6.0.2

Provider package
----------------
Expand Down Expand Up @@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-apache-beam 6.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-beam 6.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-beam 6.0.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-beam 6.0.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.2-py3-none-any.whl.sha512>`__)
2 changes: 1 addition & 1 deletion providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ state: ready
source-date-epoch: 1739958460
# note that those versions are maintained by release manager - do not update them manually
versions:
- 6.0.1
- 6.0.2
- 6.0.0
- 5.9.1
- 5.9.0
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/beam/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-apache-beam"
version = "6.0.1"
version = "6.0.2"
description = "Provider package apache-airflow-providers-apache-beam for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -76,8 +76,8 @@ dependencies = [
]

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.0.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "6.0.1"
__version__ = "6.0.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_provider_info():
"state": "ready",
"source-date-epoch": 1739958460,
"versions": [
"6.0.1",
"6.0.2",
"6.0.0",
"5.9.1",
"5.9.0",
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hive/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Package ``apache-airflow-providers-apache-hive``

Release: ``9.0.1``
Release: ``9.0.2``


`Apache Hive <https://hive.apache.org/>`__
Expand All @@ -37,7 +37,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
are in ``airflow.providers.apache.hive`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.2/>`_.

Installation
------------
Expand Down Expand Up @@ -89,4 +89,4 @@ Dependent package
====================================================================================================================== ===================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.2/changelog.html>`_.
6 changes: 6 additions & 0 deletions providers/apache/hive/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@

Changelog

9.0.2
.....

.. note::
This version has no code changes. It's released due to yank of previous version due to packaging issues.

9.0.1
.....

Expand Down
5 changes: 3 additions & 2 deletions providers/apache/hive/docs/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ For high-level changelog, see :doc:`package information including changelog <ind



9.0.1
9.0.2
.....

Latest change: 2025-02-16
Latest change: 2025-02-21

================================================================================================== =========== =========================================================================
Commit Committed Subject
================================================================================================== =========== =========================================================================
`5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)``
`4e17ecd3f8 <https://github.com/apache/airflow/commit/4e17ecd3f892497e910f4e7df7ecb007a7f3d039>`__ 2025-02-16 ``Avoid imports from "providers" (#46801)``
`4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)``
`e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)``
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hive/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package
`Apache Hive <https://hive.apache.org/>`__


Release: 9.0.1
Release: 9.0.2

Provider package
----------------
Expand Down Expand Up @@ -142,5 +142,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-apache-hive 9.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.0.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.0.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.2-py3-none-any.whl.sha512>`__)
2 changes: 1 addition & 1 deletion providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ state: ready
source-date-epoch: 1739958611
# note that those versions are maintained by release manager - do not update them manually
versions:
- 9.0.1
- 9.0.2
- 9.0.0
- 8.2.1
- 8.2.0
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hive/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-apache-hive"
version = "9.0.1"
version = "9.0.2"
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -91,8 +91,8 @@ dependencies = [
]

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "9.0.1"
__version__ = "9.0.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_provider_info():
"state": "ready",
"source-date-epoch": 1739958611,
"versions": [
"9.0.1",
"9.0.2",
"9.0.0",
"8.2.1",
"8.2.0",
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/livy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Package ``apache-airflow-providers-apache-livy``

Release: ``4.1.0``
Release: ``4.2.0``


`Apache Livy <https://livy.apache.org/>`__
Expand All @@ -37,7 +37,7 @@ This is a provider package for ``apache.livy`` provider. All classes for this pr
are in ``airflow.providers.apache.livy`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.1.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.2.0/>`_.

Installation
------------
Expand Down Expand Up @@ -80,4 +80,4 @@ Dependent package
================================================================================================ ========

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.1.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.2.0/changelog.html>`_.
Loading

0 comments on commit 0653ffe

Please sign in to comment.