uranusjr commented on code in PR #38066:
URL: https://github.com/apache/airflow/pull/38066#discussion_r1523751495


##########
airflow/settings.py:
##########
@@ -273,7 +273,7 @@ def configure_orm(disable_connection_pool=False, 
pool_class=None):
 
 DEFAULT_ENGINE_ARGS = {
     "postgresql": {
-        "executemany_mode": "values",
+        "executemany_mode": "values_only",

Review Comment:
   In that case maybe we don't need to raise the lower version bound, and can 
make the version range `>1.4.36,<2.1.0` instead?



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