<?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 Unloading from Snowflake to AWS S3 using Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290034#M63356</link>
    <description>&lt;P&gt;Hello guys ! I am trying to unload data from a Snowflake table and load to AWS S3 external stage using COPY command. I tried using tDBInput component and entered the COPY command onto Full SQL query string field. But the value seem to be NULL while running the job - tDBInput_1 null &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise how we can unload data from Snowflake table and load to AWS S3 external stage.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:33:17 GMT</pubDate>
    <dc:creator>vvazza10</dc:creator>
    <dc:date>2024-11-16T01:33:17Z</dc:date>
    <item>
      <title>Unloading from Snowflake to AWS S3 using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290034#M63356</link>
      <description>&lt;P&gt;Hello guys ! I am trying to unload data from a Snowflake table and load to AWS S3 external stage using COPY command. I tried using tDBInput component and entered the COPY command onto Full SQL query string field. But the value seem to be NULL while running the job - tDBInput_1 null &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise how we can unload data from Snowflake table and load to AWS S3 external stage.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290034#M63356</guid>
      <dc:creator>vvazza10</dc:creator>
      <dc:date>2024-11-16T01:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading from Snowflake to AWS S3 using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290035#M63357</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you able to read data from a Snowflake table into the data flow of your Job based on your SQL query by using tSnowflakeInput component?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 03:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290035#M63357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-02T03:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading from Snowflake to AWS S3 using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290036#M63358</link>
      <description>&lt;P&gt;Yes, I am able to read the data. The execution fails when I use Full SQL Query String: "COPY INTO @my_ext_unload_stage/table.txt.gz&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM table&lt;/P&gt;&lt;P&gt;single=true&lt;/P&gt;&lt;P&gt;max_file_size=4900000000;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009RvDiAAK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127777iE3B2587F9E93E45E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009RvDiAAK.jpg" alt="0693p000009RvDiAAK.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290036#M63358</guid>
      <dc:creator>vvazza10</dc:creator>
      <dc:date>2020-09-02T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading from Snowflake to AWS S3 using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290037#M63359</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tDBInput in talend is a data read component (input) and therefore the executed query must return data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're trying to do is run a function to transfer data from Snowflake to Amazon and you don't read data (you're not actually getting data localy)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to use the tDBRow component to execute your query and it should work.&lt;/P&gt;&lt;P&gt;Dont forget the commit/Rollback op&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-from-Snowflake-to-AWS-S3-using-Talend/m-p/2290037#M63359</guid>
      <dc:creator>JohnRMK</dc:creator>
      <dc:date>2020-09-03T08:38:38Z</dc:date>
    </item>
  </channel>
</rss>

