<?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 [2025-05] Snowflake keystore conflicts with API calls in same job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532590#M148073</link>
    <description>&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;In Talend &lt;STRONG&gt;2025-05&lt;/STRONG&gt; I am working with &lt;STRONG&gt;Snowflake&lt;/STRONG&gt; and several &lt;STRONG&gt;API connections&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;To connect to Snowflake we need to use a &lt;STRONG&gt;keystore&lt;/STRONG&gt;, so we initialize it in the &lt;STRONG&gt;Prejob&lt;/STRONG&gt; before creating the Snowflake connection. This works fine for Snowflake, but in the same job I also have different API calls. &lt;BR /&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;retrieving or uploading files from Snowflake via API,&lt;/LI&gt;
&lt;LI&gt;calling internal APIs to decrypt files, etc..&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The issue is that the &lt;STRONG&gt;keystore initialization enters in conflict&lt;/STRONG&gt; with these API calls, since they do not require a keystore.&lt;/P&gt;
&lt;P&gt;My question:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is there a way to specify that &lt;STRONG&gt;only some components&lt;/STRONG&gt; should use the keystore while others should not?&lt;/LI&gt;
&lt;LI&gt;Or alternatively, is there a way to &lt;STRONG&gt;deactivate the keystore&lt;/STRONG&gt; before certain API calls?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;At the moment, the only workaround I found is to put all Snowflake insertions in a &lt;STRONG&gt;separate subjob marked as independent&lt;/STRONG&gt;. This works, but it blocks me for several implementations I am working on, because I would prefer to keep all the technical parts (Snowflake insertions + different API calls) in the &lt;STRONG&gt;same job&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Has anyone faced this situation, and is there another solution?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you in advance for your support&amp;nbsp;&lt;/SPAN&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Screenshots attached for reference&lt;/STRONG&gt; :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaSympa_1-1759742104012.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184025iB19A96FAFD89AC2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaSympa_1-1759742104012.png" alt="PaSympa_1-1759742104012.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaSympa_2-1759742186714.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184026i194D509DDD1139FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaSympa_2-1759742186714.png" alt="PaSympa_2-1759742186714.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaSympa_3-1759742270859.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184027i616D391C9C594F87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaSympa_3-1759742270859.png" alt="PaSympa_3-1759742270859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2025 09:19:21 GMT</pubDate>
    <dc:creator>PaSympa</dc:creator>
    <dc:date>2025-10-06T09:19:21Z</dc:date>
    <item>
      <title>[2025-05] Snowflake keystore conflicts with API calls in same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532590#M148073</link>
      <description>&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;In Talend &lt;STRONG&gt;2025-05&lt;/STRONG&gt; I am working with &lt;STRONG&gt;Snowflake&lt;/STRONG&gt; and several &lt;STRONG&gt;API connections&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;To connect to Snowflake we need to use a &lt;STRONG&gt;keystore&lt;/STRONG&gt;, so we initialize it in the &lt;STRONG&gt;Prejob&lt;/STRONG&gt; before creating the Snowflake connection. This works fine for Snowflake, but in the same job I also have different API calls. &lt;BR /&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;retrieving or uploading files from Snowflake via API,&lt;/LI&gt;
&lt;LI&gt;calling internal APIs to decrypt files, etc..&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The issue is that the &lt;STRONG&gt;keystore initialization enters in conflict&lt;/STRONG&gt; with these API calls, since they do not require a keystore.&lt;/P&gt;
&lt;P&gt;My question:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is there a way to specify that &lt;STRONG&gt;only some components&lt;/STRONG&gt; should use the keystore while others should not?&lt;/LI&gt;
&lt;LI&gt;Or alternatively, is there a way to &lt;STRONG&gt;deactivate the keystore&lt;/STRONG&gt; before certain API calls?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;At the moment, the only workaround I found is to put all Snowflake insertions in a &lt;STRONG&gt;separate subjob marked as independent&lt;/STRONG&gt;. This works, but it blocks me for several implementations I am working on, because I would prefer to keep all the technical parts (Snowflake insertions + different API calls) in the &lt;STRONG&gt;same job&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Has anyone faced this situation, and is there another solution?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you in advance for your support&amp;nbsp;&lt;/SPAN&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Screenshots attached for reference&lt;/STRONG&gt; :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaSympa_1-1759742104012.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184025iB19A96FAFD89AC2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaSympa_1-1759742104012.png" alt="PaSympa_1-1759742104012.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaSympa_2-1759742186714.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184026i194D509DDD1139FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaSympa_2-1759742186714.png" alt="PaSympa_2-1759742186714.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaSympa_3-1759742270859.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184027i616D391C9C594F87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaSympa_3-1759742270859.png" alt="PaSympa_3-1759742270859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 09:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532590#M148073</guid>
      <dc:creator>PaSympa</dc:creator>
      <dc:date>2025-10-06T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: [2025-05] Snowflake keystore conflicts with API calls in same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532613#M148076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347880"&gt;@PaSympa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Can you please share a screen shot of your Job. I don't see how a KeyStore is affecting an API call.&lt;/P&gt;&lt;P&gt;Which block are you using to call the API?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 13:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532613#M148076</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-10-06T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: [2025-05] Snowflake keystore conflicts with API calls in same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532834#M148082</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply!&lt;/P&gt;
&lt;P&gt;After running several tests, I found that the issue seems resolved when using &lt;STRONG&gt;tHttpClient&lt;/STRONG&gt; to download files. The conflict was specifically with &lt;STRONG&gt;tRest&lt;/STRONG&gt; and &lt;STRONG&gt;tFileFetch&lt;/STRONG&gt;, which we used in our previous version (Talend 2024-04). These components are now deprecated in Talend 2025-05.&lt;BR /&gt;&lt;BR /&gt;We never had any issues with &lt;STRONG&gt;tRestClient&lt;/STRONG&gt;, which continues to work fine even with the keystore initialized for Snowflake.&lt;BR /&gt;&lt;BR /&gt;So it looks like the problem was tied to those deprecated components rather than the keystore itself.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks again for your support!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Leandre&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 08:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/2025-05-Snowflake-keystore-conflicts-with-API-calls-in-same-job/m-p/2532834#M148082</guid>
      <dc:creator>PaSympa</dc:creator>
      <dc:date>2025-10-08T08:20:10Z</dc:date>
    </item>
  </channel>
</rss>

