<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Snowflake</title><link>/b/appmarket/posts/snowflake</link><description>Overview 
 Snowflake is a cloud-based data platform built for scalable storage, fast querying, and secure data sharing across structured and semi-structured datasets. It separates compute and storage for flexible scaling and supports advanced analytics</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Mon, 29 Sep 2025 14:58:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Jesse Knight</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello Appian Team!&lt;/p&gt;
&lt;p&gt;We were previously on a super old version of this plugin that allowed a direct SQL statement. We&amp;#39;re unable to migrate all of our queries to the new plugin because it doesn&amp;#39;t support SQL queries like one would expect from a Snowflake connector via the statements REST API. For example:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;`SELECT DISTINCT {...}`&lt;/p&gt;
&lt;p&gt;`SELECT abc.col1, xyz.col2 FROM ABC abc JOIN XYZ xyz ON {...}`&lt;/p&gt;
&lt;p&gt;Can we please get a plugin update to support basic SQL?&lt;/p&gt;
&lt;p&gt;Are there current workarounds for these that do not involve creating a view in&amp;nbsp;Snowflake? Our developers only have, and will always only have, a read only role into Snowflake.&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Tue, 23 Sep 2025 22:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v4.1.0 Release Notes &lt;/strong&gt;&lt;/div&gt;&lt;div&gt;- Added connected system support for Key Pair and Programmatic Access Token Authentication methods. Instructions on configuration can be found in the attached documentation.&lt;/div&gt;&lt;div&gt;- Fixed a bug in the integrations when migrating from previous V3 Snowflake Plug-Ins.&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Wed, 17 Sep 2025 10:17:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>nandinib0009</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Is Key Pair authentication supported? We have snowflake backed record (web service backed record), but the data sync is failing due to the OAuth 2.0 Authorization Code Grant, as the system is unable to authorize the request.&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Mon, 08 Sep 2025 14:48:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Guy</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi, am I right in thinking that because this is uses&amp;nbsp;&lt;span&gt;OAuth 2.0: Authorization Code Grant, if we want a scheduled batch job to run a smart service node that calls this integration/connected system, then we need to authorize&amp;nbsp; the connected system using a particular user,&amp;nbsp;and assign&amp;nbsp;the node to always run as that user?&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Wed, 03 Sep 2025 18:27:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Jesse Knight</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Just a heads up for anyone trying to refactor from other plugins into this one using existing Basic credentials - there&amp;#39;s an issue with basic auth right now, so you might need to skip right into the Authorization Grant method.&lt;/p&gt;
&lt;p&gt;I keep getting an UnsupportedOperation exception:&amp;nbsp;&lt;img src="/resized-image/__size/640x480/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-80980564-374c-4abc-89f9-439196f257df/pastedimage1756923382754v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Digging into this further, it appears that the&amp;nbsp;SnowflakeConnectedSystemTemplate is setting SF_CS_TYPE to CS_TYPE_CC rather than CS_TYPE_BASIC, which then causes the SnowflakeUtility constructor to throw the exception.&lt;/p&gt;
&lt;p&gt;Any chance a fix could be put in for this? Also pretty happy that Key Pair is potentially a future consideration since it&amp;#39;s in the types list.&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Fri, 08 Aug 2025 22:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v4.0.0 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Added connected system support for OAuth 2.0: Authorization Code Grant, using Snowflake as the Identity Provider. Instructions on configuration can be found in the attached documentation.&lt;/li&gt;&lt;li&gt;Updated a package to resolve a CVE.&lt;/li&gt;&lt;li&gt;Transferred ownership and authorship of this plug-in to the internal, Appian Technology Partnerships team.&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Wed, 06 Aug 2025 15:16:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Joshua.Newman</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Every time the server needs a restart, i.e. upgrade, general maintenance, etc., we have to go into the Connected System and click Test Connect for this plugin to work.&amp;nbsp; We are on the latest version 3.1.4.&amp;nbsp; I created a ticket with Support and they said this was a known issue with your plugin. Is there any plan to fix this issue?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Fri, 13 Jun 2025 11:23:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>harikanthk0004</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;Is there a plan to enable key pair authentication to this plug-in.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Wed, 09 Apr 2025 08:33:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>fredericon</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there any plan&amp;nbsp;to update the plugin to handle MFA or key-pair authentication?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Wed, 19 Feb 2025 16:20:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>keitht</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Snowflake will begin blocking single-factor password authentication by November, 2025.&amp;nbsp; Will the plugin be updated to handle MFA or key-pair authentication?&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/"&gt;https://www.snowflake.com/en/blog/blocking-single-factor-password-authentification/&lt;/a&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Tue, 18 Feb 2025 23:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v&lt;/strong&gt;&lt;strong&gt;3.1.4 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Updated security patch.&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Thu, 06 Feb 2025 18:48:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Ethan Allnutt</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi with version 3.1.3 of the plugin and 24.3 of Appian we are experiencing some weird behavior. After a server restart we get an error in the integrations saying &lt;br /&gt;&lt;br /&gt;&lt;span style="float:none;font-style:normal;font-weight:400;text-align:left;text-indent:0px;"&gt;[success:false,result:[],error:[title=Error Occurred, message=No suitable driver found for jdbc:&lt;/span&gt;snowflake://accountID.snowflakecomputing.com&lt;span style="float:none;font-style:normal;font-weight:400;text-align:left;text-indent:0px;"&gt;, detail=java.sql.SQLException: No suitable driver found for jdbc:&lt;/span&gt;snowflake://accountID.snowflakecomputing.com&lt;br style="font-style:normal;font-weight:400;text-align:left;text-indent:0px;" /&gt;&lt;span style="float:none;font-style:normal;font-weight:400;text-align:left;text-indent:0px;"&gt;&amp;nbsp;in query CALL PROD.EDW.GET_WORKORDER_DETAILS(&amp;#39;81027108&amp;#39;)],authType:[name=authType, value=SnowflakeConnectedSystemTemplate, timestamp=2/4/2025 11:04 AM PST]] &lt;br /&gt;&lt;br /&gt;(account id was removed for this post)&lt;br /&gt;&lt;br /&gt;The only way we have found to fix this is we have to click the &amp;#39;Test Connection&amp;#39; button in the connected system details for each server instance.&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Fri, 13 Dec 2024 09:51:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Lokesh</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;How to insert multiple rows data to snowflake from Appian, via SP&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Wed, 04 Dec 2024 23:00:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v3.1.3 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span&gt;Fixed a bug in Retrieve intergration &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Snowflake</title><link>https://community.appian.com/b/appmarket/posts/snowflake</link><pubDate>Thu, 28 Nov 2024 13:43:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80980564-374c-4abc-89f9-439196f257df</guid><dc:creator>devanshiv99</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Vuram team, we have downloaded the latest plugin ,but checking the jar files, we could see some files showing component version(maybe some meta data reference) as 3.19.0, which is not latest as per the release of the plugin , can we expect new version release with this addressed?&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>