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


##########
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:
   Ahhh... I miss this change. Yeah we definitely should keep support of SA 1.4 
as much as possible, not all providers could work with SA 2.0
   
   But also I'm not sure that we need to add support SA 2.0, because I'm not 
totally sure that Airflow could work with it properly.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to