Guest User

Untitled

a guest
Jan 12th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. let schema = {
  2. schema : {
  3. id1 : "string",
  4. id2 : "string"
  5. }
  6. }
  7.  
  8. bigquery
  9. .dataset("test")
  10. .createTable(params.table, schema)
  11. .then(results => resolve(results[0]))
  12. .catch(reject);
Add Comment
Please, Sign In to add comment