googleapis / nodejs-bigquery

Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.
https://cloud.google.com/bigquery/
Apache License 2.0
467 stars 211 forks source link

feat: switch timestamp representation to int64 usec #1332

Closed alvarowolfx closed 9 months ago

alvarowolfx commented 9 months ago

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