<?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 Re: tELTOutput update table Snowflake in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233488#M23138</link>
    <description>&lt;P&gt;it seems to be an old bug... https://www.talendforge.org/forum/viewtopic.php?id=48109&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any news from Talend ?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 18:37:18 GMT</pubDate>
    <dc:creator>phil974</dc:creator>
    <dc:date>2020-09-21T18:37:18Z</dc:date>
    <item>
      <title>tELTOutput update table Snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233484#M23134</link>
      <description>&lt;P&gt;I have a scenario where I have to insert into a snowflake table and also update it using the ELT approach because the data volume is high. All ELT components are working fine except for the ELTOutput update feature. ELTOutput update is giving an erroneous output (the error being "single row subquery returns multiple rows"). This error is not related to data or keys, it is simply the way the update query is working. Can anyone help here and suggest if I am missing something here? Here's an example data:&lt;/P&gt;
&lt;P&gt;Input: MEETING_ID, MEETING_NBR, MEETING_PURPOSE&lt;/P&gt;
&lt;P&gt;Insert: INSERT INTO FACT_B (&lt;SPAN&gt;MEETING_ID, MEETING_NBR, MEETING_PURPOSE&lt;/SPAN&gt;) (SELECT&amp;nbsp;&lt;SPAN&gt;MEETING_ID, MEETING_NBR, MEETING_PURPOSE&lt;/SPAN&gt; FROM STG_B LEFT OUTER JOIN DIM_EMP ON (DIM_EMP.EMP_CD = STG_B.E_CD))&lt;/P&gt;
&lt;P&gt;Update: UPDATE FACT_B SET&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MEETING_ID&lt;/SPAN&gt; = (SELECT MEETING_ID FROM STG_B&lt;SPAN&gt; LEFT OUTER JOIN DIM_EMP ON (DIM_EMP.EMP_CD = STG_B.E_CD)&lt;/SPAN&gt;),&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MEETING_NBR&lt;/SPAN&gt; =&amp;nbsp;&lt;SPAN&gt;(SELECT &lt;SPAN&gt;MEETING_NBR&lt;/SPAN&gt; FROM STG_B LEFT OUTER JOIN DIM_EMP ON (DIM_EMP.EMP_CD = STG_B.E_CD)),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MEETING_PURPOSE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;(SELECT&amp;nbsp;MEETING_PURPOSE FROM STG_B LEFT OUTER JOIN DIM_EMP ON (DIM_EMP.EMP_CD = STG_B.E_CD))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 05:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233484#M23134</guid>
      <dc:creator>Nandita1s</dc:creator>
      <dc:date>2020-03-06T05:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: tELTOutput update table Snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233485#M23135</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQutAAG"&gt;@Nandita1s&lt;/A&gt;&amp;nbsp;,check the below link may help you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/wdWseodGFOv1mDEmWM3C_g/Q5RA4j4yprIWuu_vXLu4YA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/wdWseodGFOv1mDEmWM3C_g/Q5RA4j4yprIWuu_vXLu4YA&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233485#M23135</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-06T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: tELTOutput update table Snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233486#M23136</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;manodwhb for sharing the link. I have already gone through all the ELT related examples, however, none of them explain the ELT update approach. There is one example on ELTOracleOutput which talks about update but that's also limited in the sense that a query has not been shown on how the update takes place in the database. Looking for further help, especially for the query part.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 07:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233486#M23136</guid>
      <dc:creator>Nandita1s</dc:creator>
      <dc:date>2020-03-06T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: tELTOutput update table Snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233487#M23137</link>
      <description>&lt;P&gt;Same problem ! Do you find a solution ?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 18:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233487#M23137</guid>
      <dc:creator>phil974</dc:creator>
      <dc:date>2020-09-21T18:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: tELTOutput update table Snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233488#M23138</link>
      <description>&lt;P&gt;it seems to be an old bug... https://www.talendforge.org/forum/viewtopic.php?id=48109&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any news from Talend ?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 18:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTOutput-update-table-Snowflake/m-p/2233488#M23138</guid>
      <dc:creator>phil974</dc:creator>
      <dc:date>2020-09-21T18:37:18Z</dc:date>
    </item>
  </channel>
</rss>

