nodejs-bigquery
nodejs-bigquery copied to clipboard
feat: switch timestamp representation to int64 usec
With the latest Discovery document updates, we can now correctly propagate the options for controlling timestamp representation. This PR forces all usages to lossless representations. Similarly to PR https://github.com/googleapis/google-cloud-go/pull/9368
Fixes internal b/323945838