Skip to content

Commit

Permalink
fix (#37391)
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <kalyan.ben10@live.com>
  • Loading branch information
rawwar committed Feb 13, 2024
1 parent 4b0c3e7 commit 270282f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/providers/google/cloud/hooks/bigquery.py
Expand Up @@ -232,6 +232,8 @@ def insert_rows(
target_fields: Any = None,
commit_every: Any = 1000,
replace: Any = False,
*,
executemany=False,
**kwargs,
) -> None:
"""Insert rows.
Expand Down

0 comments on commit 270282f

Please sign in to comment.