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


##########
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:
   Yep, `values` even not listed in allowed values in 1.4.
   But as I could understand the `values` -> `values_plus_batch `
   
   https://github.com/sqlalchemy/sqlalchemy/issues/5401



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