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


##########
airflow/providers/common/sql/CHANGELOG.rst:
##########
@@ -24,6 +24,21 @@
 Changelog
 ---------
 
+1.1.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix placeholders in 'TrinoHook', 'PrestoHook', 'SqliteHook' (#25939)``
+* ``Fix (and test) SQLTableCheckOperator on postgresql (#25821)``

Review Comment:
   To avoid this bug for future postgres releases don't we need to set 
   `apache-airflow-providers-common-sql>=1.1.1` in postgres provider yaml and 
include release for postgres provider as well?
   
https://github.com/apache/airflow/blob/a2db8fcb7df1a266e82e17b937c9c1cf01a16a42/airflow/providers/postgres/provider.yaml#L43



##########
airflow/providers/common/sql/CHANGELOG.rst:
##########
@@ -24,6 +24,21 @@
 Changelog
 ---------
 
+1.1.1

Review Comment:
   wait.. if we are releasing `1.1.1` we have a problem
   https://github.com/apache/airflow/pull/25939 set minimum sql provider 1.2.0 
for trino/sqlite/presto



-- 
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