Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare docs for Sep 2nd adhoc wave of providers #42519

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions airflow/providers/common/sql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
Changelog
---------

1.17.1
......

Bug Fixes
~~~~~~~~~

* ``fix(providers/common/sql): add dummy connection setter for backward compatibility (#42490)``
* ``Changed type hinting for handler function (#42275)``

1.17.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.17.0"
__version__ = "1.17.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/common/sql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
state: ready
source-date-epoch: 1723970051
source-date-epoch: 1727372263
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.17.1
- 1.17.0
- 1.16.0
- 1.15.0
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/openlineage/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
Changelog
---------

1.12.1
......

Bug Fixes
~~~~~~~~~

* ``fix: OpenLineage dag start event not being emitted (#42448)``
* ``fix: typo in error stack trace formatting for clearer output (#42017)``

1.12.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/openlineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.12.0"
__version__ = "1.12.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.8.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/openlineage/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`OpenLineage <https://openlineage.io/>`__
state: ready
source-date-epoch: 1726861079
source-date-epoch: 1727372276
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
Expand Down
15 changes: 14 additions & 1 deletion docs/apache-airflow-providers-common-sql/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind



1.17.1
......

Latest change: 2024-09-26

================================================================================================= =========== ==============================================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================================
`7ad586ed6a <https://github.com/apache/airflow/commit/7ad586ed6a6cb93fc25ae0405eb9f6c17d360ef0>`_ 2024-09-26 ``fix(providers/common/sql): add dummy connection setter for backward compatibility (#42490)``
`47c71108a8 <https://github.com/apache/airflow/commit/47c71108a8d0c1dcddc027554ec2747070f8f6ad>`_ 2024-09-22 ``Changed type hinting for handler function (#42275)``
================================================================================================= =========== ==============================================================================================

1.17.0
......

Latest change: 2024-09-05
Latest change: 2024-09-21

================================================================================================= =========== =================================================================================
Commit Committed Subject
================================================================================================= =========== =================================================================================
`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)``
`17c30b4f21 <https://github.com/apache/airflow/commit/17c30b4f21432d7fc419e048305315bba6d04522>`_ 2024-09-05 ``feat: log client db messages for provider postgres (#40171)``
`2e813eb87d <https://github.com/apache/airflow/commit/2e813eb87d7793d7bb2a2fbb4e485c896c1dc2c4>`_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)``
`1613e9ec1c <https://github.com/apache/airflow/commit/1613e9ec1c4e5523953e045c8adcef1b9d4ce95d>`_ 2024-08-25 ``remove soft_fail (#41710)``
Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-common-sql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-common-sql package
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__


Release: 1.17.0
Release: 1.17.1

Provider package
----------------
Expand Down Expand Up @@ -130,5 +130,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-common-sql 1.17.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-common-sql 1.17.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-common-sql 1.17.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-common-sql 1.17.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.17.1-py3-none-any.whl.sha512>`__)
15 changes: 14 additions & 1 deletion docs/apache-airflow-providers-openlineage/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind



1.12.1
......

Latest change: 2024-09-26

================================================================================================= =========== ========================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================
`84e8cdf674 <https://github.com/apache/airflow/commit/84e8cdf67475c4b2eeadde99cb11eb02459cc9f5>`_ 2024-09-26 ``fix: OL dag start event not being emitted (#42448)``
`ffff0e8b33 <https://github.com/apache/airflow/commit/ffff0e8b338855b44d89981f89109f50dbd0d279>`_ 2024-09-23 ``Fix typo in error stack trace formatting for clearer output (#42017)``
================================================================================================= =========== ========================================================================

1.12.0
......

Latest change: 2024-09-10
Latest change: 2024-09-21

================================================================================================= =========== =======================================================================================================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================================================================================================
`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)``
`e05c0358af <https://github.com/apache/airflow/commit/e05c0358af23cd4ff8db755b6d02d081998b409a>`_ 2024-09-10 ``chore: bump OL provider dependencies versions (#42059)``
`aa23bfdbc7 <https://github.com/apache/airflow/commit/aa23bfdbc735645b2cdeda4bb1360b60ae60e6e1>`_ 2024-09-02 ``feat: notify about potential serialization failures when sending DagRun, don't serialize unnecessary params, guard listener for exceptions (#41690)``
`8640f3e397 <https://github.com/apache/airflow/commit/8640f3e397ae23d7b6db8e020e82277de32e83e6>`_ 2024-09-02 ``move to dag_run.logical_date from execution date in OpenLineage provider (#41889)``
Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-openlineage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ apache-airflow-providers-openlineage package
`OpenLineage <https://openlineage.io/>`__


Release: 1.12.0
Release: 1.12.1

Provider package
----------------
Expand Down Expand Up @@ -129,5 +129,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-openlineage 1.12.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-openlineage 1.12.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-openlineage 1.12.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-openlineage 1.12.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.12.1-py3-none-any.whl.sha512>`__)
Loading