<?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: JDBC for Google BigQuery in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255545#M38215</link>
    <description>&lt;P&gt;Hi Vapukov, Aztec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could able to use tBigQueryOutput to connect to BQ and write the data.&lt;/P&gt;&lt;P&gt;But I used the 'Schema' - 'built-in'. That is good. But the downside is, I must fill in each column name, data type.&lt;/P&gt;&lt;P&gt;I want to use the 'Repository', so I can browse and add the target table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you know how I can do ? how I do create BQ schema in talend?&amp;nbsp;&lt;/P&gt;&lt;P&gt;any documentation pointers ?&lt;/P&gt;&lt;P&gt;I would like to use the jdbc drivers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shanker&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 15:11:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-22T15:11:41Z</dc:date>
    <item>
      <title>JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255539#M38209</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt; 
&lt;P&gt;I configured my job to run with google bigquery via JDBC DB (because i want to use table schema).&lt;/P&gt; 
&lt;P&gt;I connected to the google big query environment but when i want to insert the data i came across with the error "&lt;/P&gt; 
&lt;P class="p1"&gt;java.lang.RuntimeException: [Simba][JDBC](10220) Driver does not support this optional feature.&lt;/P&gt; 
&lt;P&gt;"&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;so please help thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255539#M38209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255540#M38210</link>
      <description>&lt;P&gt;does you use autocommit&amp;nbsp;or manual commit?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 20:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255540#M38210</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-02-11T20:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255541#M38211</link>
      <description>&lt;P&gt;Hi Vapukov;&lt;/P&gt;&lt;P&gt;I could not see auto commit tick in the component only I see commit every ... rows section&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 07:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255541#M38211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-12T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255542#M38212</link>
      <description>&lt;P&gt;I found a solution using a tdbinput component before tdbinput i used tdbconnection in the tdbconnection component i deactivated "auto commit" and it is done for insert but when i want to use update or insert then another error show up ```&lt;/P&gt;
&lt;P class="p1"&gt;message" : "Syntax error: Unexpected end of statement at [1:53] ```&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 10:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255542#M38212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-12T10:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255543#M38213</link>
      <description>&lt;P&gt;let's fist check 2 moments:&lt;/P&gt;
&lt;P&gt;- can you extract table schema with jdbc driver?&amp;nbsp;(because you mention&amp;nbsp;this as primary reason)&lt;/P&gt;
&lt;P&gt;- do you test standard BigQueryOutput component, is it work for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if yes for both - you can use schema from repository from any type of connection, it is just a schema&lt;BR /&gt;&lt;BR /&gt;if not - need to test disable batch window, set commit to 1 and look what sql generated by job&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 10:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255543#M38213</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-02-12T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255544#M38214</link>
      <description>&lt;P&gt;i can use extract schema from jdbc driver no problem.&lt;/P&gt;&lt;P&gt;the BigQuery component is not working properly the error is "empty key"&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;if not - need to test disable batch window, set commit to 1 and look what sql generated by job&lt;/SPAN&gt;" how can i do that i do not know please help thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 10:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255544#M38214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-12T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255545#M38215</link>
      <description>&lt;P&gt;Hi Vapukov, Aztec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could able to use tBigQueryOutput to connect to BQ and write the data.&lt;/P&gt;&lt;P&gt;But I used the 'Schema' - 'built-in'. That is good. But the downside is, I must fill in each column name, data type.&lt;/P&gt;&lt;P&gt;I want to use the 'Repository', so I can browse and add the target table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you know how I can do ? how I do create BQ schema in talend?&amp;nbsp;&lt;/P&gt;&lt;P&gt;any documentation pointers ?&lt;/P&gt;&lt;P&gt;I would like to use the jdbc drivers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shanker&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 15:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255545#M38215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-22T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC for Google BigQuery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255546#M38216</link>
      <description>&lt;P&gt;Aztec,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is an old post but hopefully you are still out there and can answer my question.  I'm trying to create a DB Connection to Google BigQuery using JDBC driver from Simba drivers.  I'm getting the error of No suitable drive for.  Clearly I'm missing a driver/jar file but I have no idea what I'm missing and I'm hoping you can help since you successfully created a connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 18:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-for-Google-BigQuery/m-p/2255546#M38216</guid>
      <dc:creator>XULACS96</dc:creator>
      <dc:date>2021-08-24T18:17:22Z</dc:date>
    </item>
  </channel>
</rss>

