<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Snowflake connection: Pre defined context variable naming convention for Talend Integration Cloud in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338128#M106399</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone please help me with the naming conventions of context variables that follow connection_parameters for a Snowflake connection.&lt;/P&gt;
&lt;P&gt;I have created a snowflake connection in my talend job, but when i publish it to cloud, i am NOT able to select/link the snowflake connection defined in Cloud&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:02:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:02:09Z</dc:date>
    <item>
      <title>Snowflake connection: Pre defined context variable naming convention for Talend Integration Cloud</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338128#M106399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone please help me with the naming conventions of context variables that follow connection_parameters for a Snowflake connection.&lt;/P&gt;
&lt;P&gt;I have created a snowflake connection in my talend job, but when i publish it to cloud, i am NOT able to select/link the snowflake connection defined in Cloud&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338128#M106399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake connection: Pre defined context variable naming convention for Talend Integration Cloud</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338129#M106400</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please refer to this online document about:&lt;A title="TalendHelpCenter:Adding context connection parameters to the Job" href="https://help.talend.com/reader/xMKe8U4ggRRAlmi97fpXxg/Bl4EyRzI9v5UTao9Z_yfWw" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Adding context connection parameters to the Job&lt;/A&gt; to see if it is what you are looking for?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 09:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338129#M106400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-24T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake connection: Pre defined context variable naming convention for Talend Integration Cloud</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338130#M106401</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have gone through this document, but this didn't help. Since context connection parameters need to follow strict naming conventions like for salesforce context parameter for user name should be '&lt;EM&gt;connection_salesforce_basic_username&lt;/EM&gt;'. I did NOT find the such names for Snowflake connection parameters. I tried creating context parameters with names like 'connection_snowflake_userId' etc. but when i publish this job to Talend Integration Cloud, the Snowflake connection defined in the Cloud is NOT able to pass values to context connection parameters of the Talend job.&lt;/P&gt;
&lt;P&gt;So i am looking for exact names of the context connection parameters&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Saurabh&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 06:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338130#M106401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T06:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake connection: Pre defined context variable naming convention for Talend Integration Cloud</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338131#M106402</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Saurabh,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;TIC uses very strict naming conventions for all the parameters. The syntax for native connections must start with 'Connection_&amp;lt;application name&amp;gt;_&amp;lt;parameter_name&amp;gt;'. You might want to use this only if you are using the native connectors provided by TIC.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;As snowflake connection are not yet part of the native connectors, you need to use user defined parameters. the syntax for user defined parameters&amp;nbsp;is 'Parameter_&amp;lt;parameter name&amp;gt;. See the link given below for details.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.talend.com/reader/Mav4Vp0qD5Scvag1kN90pA/mlNjwb5d5bGkY9emOuyixg&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/Mav4Vp0qD5Scvag1kN90pA/mlNjwb5d5bGkY9emOuyixg&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;RekhaSree&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 17:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338131#M106402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake connection: Pre defined context variable naming convention for Talend Integration Cloud</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338132#M106403</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Saurabh,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;to use connections, create the custom&amp;nbsp;component with snowflake type. I have done as follows and i am able to connect to snowflake.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Studio :&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="studio.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr7h.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152769i0B29BEACB836662F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr7h.png" alt="0683p000009Lr7h.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;TIC connection :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="TIC.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrmY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134509iA5593DD0C015685D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrmY.png" alt="0683p000009LrmY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Tic Flow : the connection is displayed in the flow.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="flow.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrrN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155364i75F25A6050AE465B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrrN.png" alt="0683p000009LrrN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;RekhaSree&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 06:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Snowflake-connection-Pre-defined-context-variable-naming/m-p/2338132#M106403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T06:24:54Z</dc:date>
    </item>
  </channel>
</rss>

