potiuk commented on code in PR #38066: URL: https://github.com/apache/airflow/pull/38066#discussion_r1531807443
########## 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: FAB is being migrated in https://github.com/apache/airflow/pull/38319 to 4.4.1 -but still sqlalchemy is < 1.5 there. -- 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