We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1f245 commit cb32c36Copy full SHA for cb32c36
bigquery/google/cloud/bigquery/client.py
@@ -2507,7 +2507,7 @@ def insert_rows_json(
2507
the mappings describing one or more problems with the row.
2508
"""
2509
if not isinstance(json_rows, collections_abc.Sequence):
2510
- raise TypeError("json_rows arg should be a sequence of dicts")
+ raise TypeError("json_rows argument should be a sequence of dicts")
2511
# Convert table to just a reference because unlike insert_rows,
2512
# insert_rows_json doesn't need the table schema. It's not doing any
2513
# type conversions.
0 commit comments