snowflake-promise icon indicating copy to clipboard operation
snowflake-promise copied to clipboard

expose method to check whether connection is up

Open dylangrandmont opened this issue 3 years ago • 0 comments

When using snowflake-promise with a pool of connections, it is important to validate that the connection is still up. This is provided from the snowflake-sdk via the isUp method. This pull request is to expose the method without exposing the entire sdk_connection, which remains private to the class.

dylangrandmont avatar Dec 17 '21 20:12 dylangrandmont