You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's probably not bug, I would like to confirm driver specification.
I have a question regarding the behavior of a driver when passing a user and private key. I understand from the documentation that the driver automatically adopts snowflake_jwt as the authenticator in this scenario.
While reading the driver's source code, I noticed that the JWT expiry is set to one minute:
github-actionsbot
changed the title
JWT Expiry and Query Execution Time in Snowflake JDBC Driver
SNOW-980268: JWT Expiry and Query Execution Time in Snowflake JDBC Driver
Nov 29, 2023
Hello,
it's probably not bug, I would like to confirm driver specification.
I have a question regarding the behavior of a driver when passing a user and private key. I understand from the documentation that the driver automatically adopts
snowflake_jwt
as the authenticator in this scenario.While reading the driver's source code, I noticed that the JWT expiry is set to one minute:
snowflake-jdbc/src/main/java/net/snowflake/client/core/SessionUtilKeyPair.java
Lines 176 to 177 in 4db5434
However, when using the driver to execute a query like
select system$wait(6000);
in Snowflake, it seems to wait appropriately.My questions are as follows:
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: