blcksrx commented on a change in pull request #17974:
URL: https://github.com/apache/airflow/pull/17974#discussion_r702414271



##########
File path: airflow/hooks/dbapi.py
##########
@@ -273,6 +273,10 @@ def _generate_insert_sql(table, values, target_fields, 
replace, **kwargs):
         :type target_fields: iterable of strings
         :param replace: Whether to replace instead of insert
         :type replace: bool
+
+        :keyword str before_statement: before statement sql eg: `INSERT IGNORE 
INTO TABLE`
+        :keyword str after_statement: after statement sql eg: `ON CONFLICT DO 
NOTHING`

Review comment:
       Yup. it reference to kwargs args keys 




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