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


##########
airflow/providers/common/sql/hooks/sql.py:
##########
@@ -531,8 +539,6 @@ def insert_rows(
         target_fields=None,
         commit_every=1000,
         replace=False,
-        *,
-        executemany=False,

Review Comment:
   I think we need to keep the explicit argument for now. It’s needed for e.g. 
dynamic task mapping (although I’m not particular sure why would people map 
against this flag).



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