Support insertId and other optional params in Tabledata.insertAll by nashyeung · Pull Request #39 · abronte/BigQuery

In my use case, I use BigQuery::Client::Tables.insert with large arrays frequently. Sometimes they succeed partially, i.e. half rows of a batch are added, the other half fail. Instead of checking t...