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
Streaming Insert is 100% Complete
Error at Row: 0, Reason: invalid, Message: Could not convert value to string
Error at Row: 1, Reason: invalid, Message: Could not convert value to string
Proposed output:
Streaming Insert is 100% Complete
Error at Row: 0, Reason: invalid, Location: Field:ints, Message: Could not convert value to string
Error at Row: 1, Reason: invalid, Location: Field:strs, Message: Could not convert value to string
The text was updated successfully, but these errors were encountered:
parthea
changed the title
Improve the error message when BigQuery streaming inserts fail
Improve the BigQuery streaming insert failure message
Oct 11, 2015
parthea
added a commit
to parthea/pandas
that referenced
this issue
Oct 11, 2015
The error message shown when a BigQuery streaming insert fails could be improved by adding the location field.
Code to reproduce:
Output:
Proposed output:
The text was updated successfully, but these errors were encountered: