ashb commented on code in PR #26109:
URL: https://github.com/apache/airflow/pull/26109#discussion_r962342429


##########
airflow/providers/common/sql/CHANGELOG.rst:
##########
@@ -24,6 +24,26 @@
 Changelog
 ---------
 
+1.2.0
+.....
+
+
+Features
+~~~~~~~~
+
+* ``Make placeholder style configurable (#25939)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix (and test) SQLTableCheckOperator on postgresql (#25821)``
+* ``Don't use Pandas for SQLTableCheckOperator (#25822)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Better error messsage for pre-common-sql providers (#26051)``
+   * ``Discard semicolon stripping in SQL hook (#25855)``

Review Comment:
   ```suggestion
   Features
   ~~~~~~~~
   
   * ``Make placeholder style configurable (#25939)``
   * ``Better error messsage for pre-common-sql providers (#26051)``
   
   Bug Fixes
   ~~~~~~~~~
   
   * ``Fix (and test) SQLTableCheckOperator on postgresql (#25821)``
   * ``Don't use Pandas for SQLTableCheckOperator (#25822)``
    * ``Discard semicolon stripping in SQL hook (#25855)``
   
   .. Below changes are excluded from the changelog. Move them to
      appropriate section above if needed. Do not delete the lines(!):
   
   ```



##########
airflow/providers/presto/CHANGELOG.rst:
##########
@@ -24,6 +24,26 @@
 Changelog
 ---------
 
+4.0.1
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+

Review Comment:
   ```suggestion
   ```



##########
airflow/providers/sqlite/CHANGELOG.rst:
##########
@@ -24,6 +24,26 @@
 Changelog
 ---------
 
+3.2.1
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to