You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.6.0 (2023-04-01)
Allow null fields to convert to REPEATED because bq load seems
to interpret null fields to be equivalent to an empty array [].
See #90.
Add input_format='csvdictreader' option. Similar to 'dict' but
intended to be used with the csv.DictReader class to read CSV and TSV
files with various options. More documentation and discussions at: