We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. In order to accurately debug the issue this information is required. Thanks!
What version of NodeJS driver are you using? 1.9.1
What operating system and processor architecture are you using? *nix
What version of NodeJS are you using? (node --version and npm --version) node v18.16.1 npm 9.5.1
node --version
npm --version
What are the component versions in the environment (npm list)?
npm list
npm list [email protected] ├── @aws-sdk/[email protected] ├── @aws-sdk/[email protected] ├── @azure/[email protected] overridden ├── @google-cloud/[email protected] ├── @techteamer/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected]
5.Server version:* E.g. 1.90.1 You may get the server version by running a query:
SELECT CURRENT_VERSION();
not relevant
request
const connection = snowflake.createConnection(conf); await connection.connectAsync();
What did you expect to see? no impact to the global environment.
Can you set logging to DEBUG and collect the logs? not relevant https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors
e.g Add this to get standard output.
var snowflake = require('snowflake-sdk'); snowflake.configure( { logLevel: 'trace' });
The text was updated successfully, but these errors were encountered:
hi - thank you for raising this issue with us and especially already suggesting a solution! thank you for your contribution - we'll review the PR
Sorry, something went wrong.
your PR is now merged and will be part of the next release. Thank you for your contribution!
released with 1.9.2, closing
sfc-gh-triage-snowpark-ecosystem-dl
No branches or pull requests
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of NodeJS driver are you using?
1.9.1
What operating system and processor architecture are you using?
*nix
What version of NodeJS are you using?
(
node --version
andnpm --version
)node v18.16.1
npm 9.5.1
What are the component versions in the environment (
npm list
)?5.Server version:* E.g. 1.90.1
You may get the server version by running a query:
not relevant
define a global
request
variable with a value, and observe it is being overwritten after connection to Snowflake is established.What did you expect to see?
no impact to the global environment.
Can you set logging to DEBUG and collect the logs?
not relevant
https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors
e.g
Add this to get standard output.
not relevant
not relevant
The text was updated successfully, but these errors were encountered: