Skip to content

Releases: wso2-extensions/esb-connector-snowflake

v1.0.2

18 Dec 17:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

1.0.1 Released!

25 Aug 17:46
a4df6f2
Compare
Choose a tag to compare

This version introduces a new parameter keepAlive to configure the CLIENT_SESSION_KEEP_ALIVE session parameter in Snowflake.

Parameter Name Description Required Values
keepAlive Indicates whether to force a user to log in again after a period of inactivity in the session. No true: Snowflake keeps the session active indefinitely as long as the connection is active, even if there is no activity from the user, false: The user must log in again after four hours of inactivity. The default value is false

ex:

<snowflake.init>
    <connectionType>Snowflake</connectionType>
    <name>snowConnection1</name>
    <accountIdentifier></accountIdentifier>
    <user></user>
    <password></password>
    <keepAlive>true</keepAlive>
</snowflake.init>

1.0.0 Released!

16 Aug 15:34
84bb83f
Compare
Choose a tag to compare

The Snowflake Connector enables you to utilize a complete range of Snowflake operations using WSO2 MI. It provides the capability to query, execute and perform batch executions with Snowflake databases.