SNOW-1769573: Support describeOnly #940
Labels
enhancement
The issue is a request for improvement or a new feature
status-pr_pending_merge
A PR is made and is under review
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
The NodeJS client does not currently support the
describeOnly
setting to run a describe only query.What is the desired behavior?
connection.execute({ /* other options not shown */, describeOnly: true })
How would this improve
snowflake-connector-nodejs
?Bring the NodeJS client up to parity with other clients like
gosnowflake
, Java, and .NET that supportdescribeOnly
.References, Other Background
https://pkg.go.dev/github.com/snowflakedb/gosnowflake#WithDescribeOnly
https://github.com/snowflakedb/snowflake-jdbc/blob/83e5849103907f6b48a96c023233f2ca3e024a30/src/main/java/net/snowflake/client/core/SFStatement.java#L116
https://github.com/snowflakedb/snowflake-connector-net/blob/81995633744df22936f82e1d0f135b9b76f03945/Snowflake.Data/Core/SFStatement.cs#L223
The text was updated successfully, but these errors were encountered: