<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dynatrace Hub - Snowflake for Workflows latest releases</title><link>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</link><description>A list of extensions from Snowflake for Workflows</description><atom:link href="https://hub-manager.hub.central.dynatrace.com/api/v1/public-hub/feed/apps/snowflake-for-workflows-preview/" rel="self"/><language>en-us</language><lastBuildDate>Mon, 04 May 2026 13:05:52 +0000</lastBuildDate><item><title>Snowflake for Workflows 1.1.1</title><link>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</link><description>&lt;h3&gt;Patch Changes&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Replaced &amp;quot;moment&amp;quot; library usage with &amp;quot;date-fns&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixing the issue of fractions not being properly represented - they were incorrectly scaled to higher values.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 04 May 2026 13:05:52 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</guid></item><item><title>Snowflake for Workflows 1.1.0</title><link>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</link><description>&lt;h3&gt;1.1.0&lt;/h3&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;p&gt;Streaming the Snowflake response per data record to avoid issues with memory when loading whole partitions.&lt;/p&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;p&gt;Updating dependencies&lt;/p&gt;
</description><pubDate>Mon, 13 Apr 2026 09:12:52 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</guid></item><item><title>Snowflake for Workflows 1.0.0</title><link>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</link><description>&lt;h3&gt;1.0.0&lt;/h3&gt;
&lt;p&gt;The first official version of the Snowflake Connector.&lt;/p&gt;
&lt;h4&gt;Features&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Snowflake for Workflows supports two types of actions:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;execute-statement&lt;/code&gt; that just executes the SQL statement on Snowflake and returns the first partition of data
as the result so other workflow actions can use it&lt;/li&gt;
&lt;li&gt;&lt;code&gt;store-statement-result&lt;/code&gt; that executes SQL statement on Snowflake and ingests all data partitions into Grail
as either BizEvents or lookup tables.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Replaced allowed users feature by access control settings.&lt;/li&gt;
&lt;li&gt;Migrating actions to stateful actions, allowing them to pass the 2-min execution limit.&lt;/li&gt;
&lt;li&gt;Added support for overwriting &lt;code&gt;event.type&lt;/code&gt; field of BizEvents&lt;/li&gt;
&lt;li&gt;Introduce a new, streamlined connection management experience with a modernized interface. This update makes adding
and editing connections directly within workflows easier and provides connection control and convenience in one place.&lt;/li&gt;
&lt;li&gt;Added lookup tables as an option of Grail storage type&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Disabling validations on expressions in the lookup file path&lt;/li&gt;
&lt;li&gt;Fixing the error with the missing permission to create Lookup Tables.
Improved logging in case of an error.&lt;/li&gt;
&lt;li&gt;Fixed race conditions in lookup table creation if the request failed early during streaming&lt;/li&gt;
&lt;li&gt;Supporting different data types for lookup tables ingest&lt;/li&gt;
&lt;li&gt;Major dependencies updates&lt;/li&gt;
&lt;li&gt;Improving UI performance for Snowflake Connector's form&lt;/li&gt;
&lt;li&gt;The private key passphrase will no longer be a required field in the connection form&lt;/li&gt;
&lt;li&gt;Dependency updates&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.7&lt;/h3&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Re-release for the &lt;code&gt;1.0.0-preview.6&lt;/code&gt; version that couldn't be published due to dependencies bug.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.6&lt;/h3&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Updating dependencies&lt;/li&gt;
&lt;li&gt;Supporting different data types for lookup tables ingest&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Disabling validations on expressions in the lookup file path&lt;/li&gt;
&lt;li&gt;Fixed race conditions in lookup table creation if the request failed early during streaming&lt;/li&gt;
&lt;li&gt;The private key passphrase will no longer be a required field in the connection form&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.5&lt;/h3&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Updating dependencies&lt;/li&gt;
&lt;li&gt;Added lookup tables as an option of Grail storage type&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.4&lt;/h3&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Replaced allowed users feature by access control settings.&lt;/li&gt;
&lt;li&gt;Introduce a new, streamlined connection management experience with a modernized interface. This update makes adding
and editing connections directly within workflows easier and provides connection control and convenience in one place.&lt;/li&gt;
&lt;li&gt;Major dependencies updates&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.3&lt;/h3&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Added support for overwriting the &lt;code&gt;event.type&lt;/code&gt; field of BizEvents&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Updated dependencies&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.2&lt;/h3&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Removing the &lt;code&gt;allowedUsers&lt;/code&gt; property from the connection settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Bug fix: Avoiding the &amp;quot;Invalid input value. Undefined is not a UUID&amp;quot; Snowflake error.&lt;/li&gt;
&lt;li&gt;Dependency updates&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.1&lt;/h3&gt;
&lt;h4&gt;Patch Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Dependency updates&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0-preview.0&lt;/h3&gt;
&lt;h4&gt;Major Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Releasing the Preview version of Snowflake for Workflows&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Minor Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Added support for specifying binding parameters for the Snowflake statement&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 20 Jan 2026 14:59:39 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/snowflake-for-workflows-preview/</guid></item></channel></rss>