<?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 support for DML statements in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267026#M46049</link>
    <description>&lt;P&gt;Yeah i know tbiqueryinput does not implicitly support StandardSQL. But i am using #StandardSQL on top of the query to interpret it as Standard SQL. But i am still getting this error.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 16:03:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-22T16:03:02Z</dc:date>
    <item>
      <title>tbigqueryinput support for DML statements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267024#M46047</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to run an insert DDL statement against a table in Big Query. I know now Talend tbigqueryinput component supports DML statements. However i am getting the following error for all types of DML INSERT, UPDATE, DELETE&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="talenderror.JPG" style="width: 655px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/13261i863D8E2A3CA682BF/image-dimensions/655x114?v=1.0" width="655" height="114" title="talenderror.JPG" alt="talenderror.JPG" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My query is perfectly valid as i ran it against BigQuery directly. Also it happened for all types of DML queries. DDL queries are working fine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sample DML :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;#standardSQL\r\n INSERT `SurveyMonkey.Survey_Monkey_Customer_Names` (person_customer_id, person_customer_name) SELECT * FROM SurveyMonkey.Survey_Monkey_Customer_Names"&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Talend Job looks like this:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talenderror2.JPG" style="width: 415px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/13262iF5C6BF11E9E2986D/image-size/large?v=1.0&amp;amp;px=999" title="talenderror2.JPG" alt="talenderror2.JPG" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What am i doing wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267024#M46047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: tbigqueryinput support for DML statements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267025#M46048</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Our Google BigQuery components rely on Google "SQL". This is a subset of SQL, that limits actions to simple selections.&lt;/P&gt; 
&lt;P&gt;Google now offers "Standard SQL" in their Data Manipulation Language (DML), which features extended actions (such as insert, update, delete operations). &lt;/P&gt; 
&lt;P&gt;For some examples of their DML cf. &lt;A class="external-link" title="Follow link" href="https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax" rel="nofollow noopener noreferrer" target="_blank"&gt;https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Here exists a jira issue:&lt;A title="https://jira.talendforge.org/browse/TBD-5959" href="https://jira.talendforge.org/browse/TBD-5959" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-5959&lt;/A&gt;.&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:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267025#M46048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T05:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: tbigqueryinput support for DML statements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267026#M46049</link>
      <description>&lt;P&gt;Yeah i know tbiqueryinput does not implicitly support StandardSQL. But i am using #StandardSQL on top of the query to interpret it as Standard SQL. But i am still getting this error.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tbigqueryinput-support-for-DML-statements/m-p/2267026#M46049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T16:03:02Z</dc:date>
    </item>
  </channel>
</rss>

