| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
@tswast, maybe we should do the same thing for insert_rows()? The situation in it is very close to insert_rows_json():
google-cloud-python/bigquery/google/cloud/bigquery/client.py
Lines 2345 to 2364 in cb32c36
Sorry, something went wrong.
| the mappings describing one or more problems with the row. | ||
| """ | ||
| if not isinstance(json_rows, collections_abc.Sequence): | ||
| raise TypeError("json_rows argument should be a sequence of dicts") |
Sorry, something went wrong.
Yes, that's a good idea. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #10132