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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d0525a55b Prepare documentation for RC4 release of providers (#25720)
7d0525a55b is described below

commit 7d0525a55b93e5c8de8a9ef0c8dde0f9c93bb80c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 15 11:37:32 2022 +0200

    Prepare documentation for RC4 release of providers (#25720)
---
 airflow/providers/common/sql/CHANGELOG.rst           | 5 +++++
 airflow/providers/databricks/CHANGELOG.rst           | 2 ++
 docs/apache-airflow-providers-common-sql/commits.rst | 4 +++-
 docs/apache-airflow-providers-databricks/commits.rst | 4 +++-
 4 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/airflow/providers/common/sql/CHANGELOG.rst 
b/airflow/providers/common/sql/CHANGELOG.rst
index 7a3081e57a..db4aa22f3d 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -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
 .....
diff --git a/airflow/providers/databricks/CHANGELOG.rst 
b/airflow/providers/databricks/CHANGELOG.rst
index e2947a5fa4..973b1c0549 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -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
 .....
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst 
b/docs/apache-airflow-providers-common-sql/commits.rst
index f56f4eb834..780eee630a 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -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)``
diff --git a/docs/apache-airflow-providers-databricks/commits.rst 
b/docs/apache-airflow-providers-databricks/commits.rst
index 9d75f33f19..92b5fc00dc 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -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)``

Reply via email to