async function insert()

in bigquery.js [23:25]


async function insert(obj) {
  await bigquery.dataset(datasetId).table(tableId).insert(obj);
}