Skip to content

Commit

Permalink
docs: Put fast_executemany and executemany between single quotes to a…
Browse files Browse the repository at this point in the history
…void spelling check
  • Loading branch information
davidblain-infrabel committed Oct 25, 2024
1 parent faaeb6a commit 7187122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/src/airflow/providers/common/sql/hooks/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ def insert_rows(
:param executemany: If True, all rows are inserted at once in
chunks defined by the commit_every parameter. This only works if all rows
have same number of column names, but leads to better performance.
:param fast_executemany: If True, the fast_executemany parameter will be set on the
cursor used by executemany which leads to better performance, if supported by driver.
:param fast_executemany: If True, the `fast_executemany` parameter will be set on the
cursor used by `executemany` which leads to better performance, if supported by driver.
:param autocommit: What to set the connection's autocommit setting to
before executing the query.
"""
Expand Down

0 comments on commit 7187122

Please sign in to comment.