nodejs-bigquery
nodejs-bigquery copied to clipboard
Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.
We are using Workload Identity Federation for an key less authentication to a GCP Service Account using ExternalAccountClient from 'google-auth-library' . All provided samples on authenticating to BigQuery include properties...
Note: #1081 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: ab1bcc01ba5907b5485d689115a41cf843ee04cd buildURL: [Build Status](https://source.cloud.google.com/results/invocations/5c919e95-1e91-4570-ac8b-6497f9e988d5), [Sponge](http://sponge2/5c919e95-1e91-4570-ac8b-6497f9e988d5) status:...
Fixed a typo in `samples/createView.js`
instertingDataTypes -> insertingDataTypes Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [...
I'm trying to find details reg connection pool using node js-bigquery client but could not find much info online. Could someone share how to configure custom connection pool and also...
There's no option to set a http proxy when using this library. It appears that the `teeny-request` library does support this, but there's no option which can be passed to...
_From @c0b on October 9, 2016 5:5_ https://github.com/GoogleCloudPlatform/google-cloud-node/pull/1648#issuecomment-251383826 The BigQuery TIMESTAMP has up to microseconds precision, but when converting to a JavaScript Date, it becomes up to milliseconds https://github.com/GoogleCloudPlatform/google-cloud-node/pull/1648#issuecomment-251249300 A...
_From @c0b on October 31, 2017 17:48_ from the bigquery job api I was only aware the `complete` event to listen to a job with a callback when job completed,...
When using TS and passing in a `projectId` to the `getDatasets` or `getDatasetsStream` functions, I get a type error about `projectId` not being found in `GetDatasetsOptions`, however I do get...