<?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 REST API to Snowflake data load in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244704#M30770</link>
    <description>&lt;P&gt;I am trying to load data from REST API to Snowflake using Talend Open Studio. I am counting the number of objects in the JSON and running the loop for all the objects and reading them in a loop and finally loading them in a Snowflake table. For loading 813 records, it took 4:15 hrs which is not acceptable in real time scenario. Does anyone know if there are any settings that need to be changed to load the data faster. Earlier, I had loaded data from Oracle 11g to Snowflake and it did not take much time.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Feb 2019 13:44:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-05T13:44:55Z</dc:date>
    <item>
      <title>REST API to Snowflake data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244704#M30770</link>
      <description>&lt;P&gt;I am trying to load data from REST API to Snowflake using Talend Open Studio. I am counting the number of objects in the JSON and running the loop for all the objects and reading them in a loop and finally loading them in a Snowflake table. For loading 813 records, it took 4:15 hrs which is not acceptable in real time scenario. Does anyone know if there are any settings that need to be changed to load the data faster. Earlier, I had loaded data from Oracle 11g to Snowflake and it did not take much time.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 13:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244704#M30770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to Snowflake data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244705#M30771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if number of iterations (rows) not huge - store all in hash, then insert from hash to tSnowFlake&amp;nbsp;as single subjob&lt;/P&gt;
&lt;P&gt;if number of rows is huge - always need to check about bulk load (&amp;nbsp;&lt;A href="https://docs.snowflake.net/manuals/user-guide/data-load-s3.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.snowflake.net/manuals/user-guide/data-load-s3.html&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 23:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244705#M30771</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-02-05T23:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to Snowflake data load</title>
      <link>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244706#M30772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As my number of iterations were not huge, I tried using tHashInput and tHashOutput components and it got completed in 15 minutes. Seems like it worked fine for less number of records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/REST-API-to-Snowflake-data-load/m-p/2244706#M30772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-11T06:09:30Z</dc:date>
    </item>
  </channel>
</rss>

