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
* added BigQuery timeout exception
* fixed missing parenthesis
* moved exception further up.
* removed invalid references and assignment in IF statement as per PR
Split up large batches of rows to reduce request size when writing (#1)
* When writing a batch of rows they are now split into smaller batches if necessary to keep the individual requests smaller than the 10MiB limit
* No need to allow for commas