varun-dc
varun-dc
**Parsing or Formatting?** - [x] Formatting - [ ] Parsing **Is your feature request related to a problem? Please describe.** ``` type RowMap = Record; type RowArray = unknown[]; type...
Thanks for stopping by to let us know something could be better! 1) Is this a client library issue or a product issue? This is an issue with this library...
I'm trying to use an `access_token` which I get from the `OAuth2Client` (google-auth-library). But I'm not seeing any way to initializing or providing `BigQuery` with this token. There's a few...
This library is written in a old style JavaScript manner. While this is functional for the most part, it would be more maintainable if it was written in a well...
All the issues on this repo were closed without any news or update or reason. The issues included a number of valid bugs. Can we have an update about the...
Please answer these questions before submitting your issue. Thanks! 1. What version of NodeJS are you using (`node --version` and `npm --version`)? node 16.x.x 2. What operating system and processor...
Please answer these questions before submitting your issue. Thanks! 1. What version of NodeJS are you using (`node --version` and `npm --version`)? Node: 16.13.1 Npm: 8.1.2 3. What operating system...
Fixes https://github.com/snowflakedb/snowflake-connector-nodejs/issues/308
- [x] Check existing issues for a duplicate of this bug ## Summary This query returns the expected data, ```sql SELECT carat as a, color as b FROM default.diamonds LIMIT...