Releases: wso2-extensions/esb-connector-snowflake
Releases · wso2-extensions/esb-connector-snowflake
v1.0.2
What's Changed
- Update meta.json file by @sajinieKavindya in #6
- Add MI into the Products by @chathuranga-jayanath-99 in #4
- Update meta information by @arunans23 in #9
- Update connector icon by @arunans23 in #10
- Update connector to enable a release workflow by @ChinthakaJ98 in #11
- Update connector metadata and fix build issues by @ChinthakaJ98 in #12
New Contributors
- @chathuranga-jayanath-99 made their first contribution in #4
- @arunans23 made their first contribution in #9
- @ChinthakaJ98 made their first contribution in #11
Full Changelog: v1.0.1...v1.0.2
1.0.1 Released!
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!
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.