Skip to content

Commit

Permalink
Prepare documentation for RC4 release of providers (#25720)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Aug 15, 2022
1 parent 7a19651 commit 7d0525a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions airflow/providers/common/sql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Bug Fixes
* ``Allow Legacy SqlSensor to use the common.sql providers (#25293)``
* ``Fix fetch_all_handler & db-api tests for it (#25430)``
* ``Align Common SQL provider logo location (#25538)``
* ``Fix SQL split string to include ';-less' statements (#25713)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix CHANGELOG for common.sql provider and add amazon commit (#25636)``
1.0.0
.....
Expand Down
2 changes: 2 additions & 0 deletions airflow/providers/databricks/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ Bug Fixes
* ``Databricks: fix test_connection implementation (#25114)``
* ``Do not convert boolean values to string in deep_string_coerce function (#25394)``
* ``Correctly handle output of the failed tasks (#25427)``
* ``Databricks: Fix provider for Airflow 2.2.x (#25674)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``updated documentation for databricks operator (#24599)``
* ``Prepare docs for new providers release (August 2022) (#25618)``
3.1.0
.....
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-common-sql/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
1.1.0
.....

Latest change: 2022-08-05
Latest change: 2022-08-15

================================================================================================= =========== ============================================================================
Commit Committed Subject
================================================================================================= =========== ============================================================================
`7a19651369 <https://github.com/apache/airflow/commit/7a19651369790e2abb563d96a42f41ec31ebfb85>`_ 2022-08-15 ``Fix SQL split string to include ';-less' statements (#25713)``
`5923788143 <https://github.com/apache/airflow/commit/5923788143e7871b56de5164b96a407b2fba75b8>`_ 2022-08-10 ``Fix CHANGELOG for common.sql provider and add amazon commit (#25636)``
`d82436b382 <https://github.com/apache/airflow/commit/d82436b382c41643a7385af8a58c50c106b0d01a>`_ 2022-08-05 ``Fix fetch_all_handler & db-api tests for it (#25430)``
`348a28957a <https://github.com/apache/airflow/commit/348a28957ae9c4601d69be4f312dae07a6a521a7>`_ 2022-08-04 ``Align Common SQL provider logo location (#25538)``
`acab8f52dd <https://github.com/apache/airflow/commit/acab8f52dd8d90fd6583779127895dd343780f79>`_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)``
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-databricks/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
3.2.0
.....

Latest change: 2022-08-07
Latest change: 2022-08-12

================================================================================================= =========== ===================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================
`4d32f61fd0 <https://github.com/apache/airflow/commit/4d32f61fd049889b49b4ce8b664d8e134aecb053>`_ 2022-08-12 ``Databricks: Fix provider for Airflow 2.2.x (#25674)``
`e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)``
`52f2f5bfa8 <https://github.com/apache/airflow/commit/52f2f5bfa8ac83b5514f82ba22c710d659dc0b2f>`_ 2022-08-07 ``Databricks: update user-agent string (#25578)``
`0255a0a5e7 <https://github.com/apache/airflow/commit/0255a0a5e7b93f2daa3a51792cd38d19d6a373c0>`_ 2022-08-04 ``Do not convert boolean values to string in deep_string_coerce function (#25394)``
`679a85325a <https://github.com/apache/airflow/commit/679a85325a73fac814c805c8c34d752ae7a94312>`_ 2022-08-03 ``Correctly handle output of the failed tasks (#25427)``
Expand Down

0 comments on commit 7d0525a

Please sign in to comment.