<?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: tBigQueryInput DML Update BigQuery in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314287#M85063</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Would you mind posting your tBigQueryInput DML statement here?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2018 04:35:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-26T04:35:03Z</dc:date>
    <item>
      <title>tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314282#M85058</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm running a big query update DML command using the tBigQueryInput component.&lt;/P&gt; 
&lt;P&gt;The command executes successfully but the component doesn't stop running or move onto the next task. It's as if it is waiting for a resultset from the DML command however there is no result because it is an UPDATE.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Does anyone have experience with this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314282#M85058</guid>
      <dc:creator>geloofy</dc:creator>
      <dc:date>2024-11-16T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314283#M85059</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please indicate on which build version you got this issue? What does your job design look like? Screenshots will be preferred.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 08:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314283#M85059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T08:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314284#M85060</link>
      <description>&lt;P&gt;Hi Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm using Talend Open Studio for Big Data Version:&amp;nbsp;6.5.1.20180116_1512&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 243px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LszK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156844i8F7B2F70C0214416/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LszK.png" alt="0683p000009LszK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tBigQueryInput executes a DML statement, eg.&amp;nbsp;delete from table where 1=1&lt;/P&gt; 
&lt;P&gt;This runs against BQ and deletes all data in a table but tBigQueryInput doesn't finish. I have to use tJavaRow to kill the process using this piece of code: System.exit(99);&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 19:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314284#M85060</guid>
      <dc:creator>geloofy</dc:creator>
      <dc:date>2018-03-20T19:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314285#M85061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please try to use tBigQueryInput with a Query, and include: "#standardSQL\n" then the query you wish to execute to see if it works?&lt;/P&gt; 
&lt;P&gt;Here are some links for reference:&lt;/P&gt; 
&lt;P&gt;&lt;A class="external-link" title="Follow link" href="https://cloud.google.com/bigquery/docs/updating-data" rel="nofollow noopener noreferrer" target="_blank"&gt;https://cloud.google.com/bigquery/docs/updating-data&lt;/A&gt;&lt;BR /&gt; &lt;A class="external-link" title="Follow link" href="https://cloud.google.com/bigquery/docs/reference/standard-sql/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://cloud.google.com/bigquery/docs/reference/standard-sql/&lt;/A&gt;&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;</description>
      <pubDate>Thu, 22 Mar 2018 08:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314285#M85061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T08:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314286#M85062</link>
      <description>&lt;P&gt;Hi Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I didn't mention that I am already executing the commands using&amp;nbsp;"#standardSQL\n".&lt;/P&gt;&lt;P&gt;Unfortunately I have the same issue with or without the&amp;nbsp;"#standardSQL\n".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geoff&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314286#M85062</guid>
      <dc:creator>geloofy</dc:creator>
      <dc:date>2018-03-22T17:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314287#M85063</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Would you mind posting your tBigQueryInput DML statement here?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 04:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314287#M85063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T04:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314288#M85064</link>
      <description>&lt;P&gt;Hi Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of a DML that I'm running:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"#standardSQL\r\n&lt;BR /&gt;INSERT INTO `sdk.app` (_id,package_name)&lt;BR /&gt;SELECT S.*&lt;BR /&gt;FROM `sdk.appDelta` AS S&lt;BR /&gt;LEFT JOIN `sdk.app` AS D&lt;BR /&gt;ON S._id = D._id&lt;BR /&gt;WHERE D._id IS NULL"&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 05:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314288#M85064</guid>
      <dc:creator>geloofy</dc:creator>
      <dc:date>2018-03-26T05:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314289#M85065</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It seems that this is something that the Spark API doesn't offer yet. We will make an investigation on this issue to see if there is any workaround and will keep you posted.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 08:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314289#M85065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T08:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314290#M85066</link>
      <description>&lt;P&gt;Thank you! Hope to hear back from you soon.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 20:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314290#M85066</guid>
      <dc:creator>geloofy</dc:creator>
      <dc:date>2018-03-26T20:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314291#M85067</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here exists a new feature jira issue:&lt;A title="https://jira.talendforge.org/browse/TBD-3547" href="https://jira.talendforge.org/browse/TBD-3547" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-3547&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;Feel free to vote for it.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314291#M85067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T07:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314292#M85068</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have the similar issue as well. Executing BigQuery DML using tBigQueryInput component.&lt;/P&gt; 
&lt;P&gt;The statement has been executed successfully but the process just won't move on to the next component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using Talend Integration Cloud 7.0.1, and below is my DML statement: -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt;
  "#standardSQL\n 
 &lt;BR /&gt;INSERT `data-mgmt-191603.BL_ODS_DL.dl_PassengerJourneySegment_History` (PassengerID, SegmentID, DepartureDate, DepartureStation, ArrivalStation, JourneyNumber, SegmentNumber, ClassOfService, TripType, CreatedDate, ModifiedDate, DeleteFlag, ETLModifiedDate, FareJourneyType, ProductClassCode, LoadedDate,RowType) 
 &lt;BR /&gt;SELECT src.PassengerID, src.SegmentID, CAST( src.DepartureDate AS TIMESTAMP),src.DepartureStation , src.ArrivalStation, src.JourneyNumber, src.SegmentNumber, src.ClassOfService, src.TripType, src.CreatedDate, src.ModifiedDate, upd.DeleteFlag, src.ETLModifiedDate, src.FareJourneyType, src.ProductClassCode, src.LoadedDate,'Updated with Reference Column' FROM `data-mgmt-191603.BL_ODS_DL.dl_PassengerJourneySegment` src,`data-mgmt-191603.BL_ODS_STG.stg_PassengerJourneySegment_update` upd 
 &lt;BR /&gt;WHERE Concat(CAST(src.PassengerID AS STRING),'A',CAST(src.SegmentID AS STRING))=Concat(CAST(upd.PassengerID AS STRING),'A',CAST(upd.SegmentID AS STRING))" 
 &lt;BR /&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there no solution yet?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 08:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314292#M85068</guid>
      <dc:creator>mclee</dc:creator>
      <dc:date>2018-10-09T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314293#M85069</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I face the same issue, I wrote a big query&amp;nbsp;INSERT DML command using the tBigQueryInput component.&lt;/P&gt;
&lt;P&gt;The command executes successfully where I can see the target table is inserted with data but the component doesn't stop running or move onto the next task too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a resolution yet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;MC Lee&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 11:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314293#M85069</guid>
      <dc:creator>mclee</dc:creator>
      <dc:date>2018-10-09T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314294#M85070</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am writing a similar INSERT statement but i receive an error everytime as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&amp;gt; Reason: invalidQuery&lt;BR /&gt;Message: Cannot set destination table in jobs with DML statements&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even a simple insert like below gives me the same error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INSERT INTO `SurveyMonkey.Survey_Monkey_Customer_Names`(person_customer_id,person_customer_name)&lt;BR /&gt;VALUES (1234,'test1'),(2345,'test2')&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 20:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314294#M85070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314295#M85071</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/16658"&gt;@yliu&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;We have replied to your another topic:&lt;A title="https://community.talend.com/t5/Design-and-Development/tbigqueryinput-support-for-DML-statements/m-p/137695/highlight/false#M85578" href="https://community.talend.com/t5/Design-and-Development/tbigqueryinput-support-for-DML-statements/m-p/137695/highlight/false#M85578" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/tbigqueryinput-support-for-DML-statements/m-p/137695/highlight/false#M85578&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Could you please have a look at it?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 05:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314295#M85071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T05:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314296#M85072</link>
      <description>&lt;P&gt;I can see that people are running insert statements in this thread but i am not able to do so. Can people help me if there needs to be some adjustment at BigQuery or Talend required apart adding #StandardSQL on top of the query?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314296#M85072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryInput DML Update BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314297#M85073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see a similar issue on version 6.5.1. I am using tBigQueryInput component to execute a DELETE statement on BigQuery. As suggested in one of your posts, I also used #standardSQL\n before my DELETE query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see that query execute fine and deletes the data on BigQuery. But the job never ends or goes to the next Component.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&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;Regards,&lt;/P&gt;&lt;P&gt;Karna&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryInput-DML-Update-BigQuery/m-p/2314297#M85073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T12:04:23Z</dc:date>
    </item>
  </channel>
</rss>

