<?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: BigQuery input error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216608#M12536</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;I check all parameters, but I don't understand why my job print 10 row on big table but give me the error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Project_id is the same write on auth file but not work.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 17:07:05 GMT</pubDate>
    <dc:creator>andmattia</dc:creator>
    <dc:date>2020-02-26T17:07:05Z</dc:date>
    <item>
      <title>BigQuery input error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216606#M12534</link>
      <description>&lt;P&gt;I try to read a simple table with 10 rows&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aaa.PNG" style="width: 325px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Aq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152223iF77E9166845DCB55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Aq.png" alt="0683p000009M9Aq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;but I still have an error&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbbb.PNG" style="width: 772px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Av.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136235i78DFA81B8FBA4663/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Av.png" alt="0683p000009M9Av.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the configuration is&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ccc.PNG" style="width: 972px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9B0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155446iDE1C240E43004167/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9B0.png" alt="0683p000009M9B0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;this is the full stack of excetpion&lt;/P&gt; 
&lt;PRE&gt;Starting job J_test_BigQ at 12:11 26/02/2020.

[statistics] connecting to socket on port 4039
[statistics] connected
IxFDcG
2DTewd
zMgVj4
XMxfil
IuJZx0
Aeq50q
yfGOJW
fQ79vV
bcvZuI
gXeO4Z
Exception in component tBigQueryInput_1 (J_test_BigQ)
com.google.cloud.bigquery.BigQueryException: Invalid dataset ID "ECT gameId FROM tab1". Dataset IDs must be alphanumeric (plus underscores and dashes) and must be at most 1024 characters long.
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:99)
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.deleteTable(HttpBigQueryRpc.java:274)
	at com.google.cloud.bigquery.BigQueryImpl$9.call(BigQueryImpl.java:352)
	at com.google.cloud.bigquery.BigQueryImpl$9.call(BigQueryImpl.java:349)
	at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:89)
	at com.google.cloud.RetryHelper.run(RetryHelper.java:74)
	at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:51)
	at com.google.cloud.bigquery.BigQueryImpl.delete(BigQueryImpl.java:349)
	at big.j_test_bigq_0_1.J_test_BigQ.tBigQueryInput_1Process(J_test_BigQ.java:640)
	at big.j_test_bigq_0_1.J_test_BigQ.runJobInTOS(J_test_BigQ.java:914)
	at big.j_test_bigq_0_1.J_test_BigQ.main(J_test_BigQ.java:764)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Invalid dataset ID \"ECT gameId FROM tab1\". Dataset IDs must be alphanumeric (plus underscores and dashes) and must be at most 1024 characters long.",
    "reason" : "invalid"
  } ],
  "message" : "Invalid dataset ID \"ECT gameId FROM tab1\". Dataset IDs must be alphanumeric (plus underscores and dashes) and must be at most 1024 characters long.",
  "status" : "INVALID_ARGUMENT"
}
	at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:312)
	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1049)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.deleteTable(HttpBigQueryRpc.java:271)
	... 9 more
[statistics] disconnected

Job J_test_BigQ ended at 12:11 26/02/2020. [exit code=1]&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216606#M12534</guid>
      <dc:creator>andmattia</dc:creator>
      <dc:date>2024-11-16T03:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: BigQuery input error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216607#M12535</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLRIAA4"&gt;@andmattia&lt;/A&gt;&amp;nbsp;, is your Project ID is correct ,please check the details as per the below link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/FxReEBqaOg3gi8dgoYNJSQ/cNYCSN7uDfiRsnckC~Wc5A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/FxReEBqaOg3gi8dgoYNJSQ/cNYCSN7uDfiRsnckC~Wc5A&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/50322750/bigquery-invalid-dataset-id/50331261" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/50322750/bigquery-invalid-dataset-id/50331261&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 12:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216607#M12535</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-02-26T12:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: BigQuery input error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216608#M12536</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;I check all parameters, but I don't understand why my job print 10 row on big table but give me the error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Project_id is the same write on auth file but not work.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 17:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216608#M12536</guid>
      <dc:creator>andmattia</dc:creator>
      <dc:date>2020-02-26T17:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: BigQuery input error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216609#M12537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems there is some bug with QUERY section in TOS-BD-7.2.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this: write the key words of query in lower-case&lt;/P&gt;
&lt;P&gt;Default: SELECT * FROM&amp;nbsp;&amp;lt;DATASET_NAME&amp;gt;.&amp;lt;TABLE_NAME&amp;gt; LIMIT 10;&lt;/P&gt;
&lt;P&gt;Change to: select * from &amp;lt;DATASET_NAME&amp;gt;.&amp;lt;TABLE_NAME&amp;gt; limit 10;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't actually know how this is different but this is working for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jagadish.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 07:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216609#M12537</guid>
      <dc:creator>jagadish_dasari</dc:creator>
      <dc:date>2020-07-08T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: BigQuery input error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216610#M12538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems there is some bug with QUERY section in TOS-BD-7.2.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this: write the key words of query in lower-case&lt;/P&gt;
&lt;P&gt;Default: SELECT * FROM&amp;nbsp;&amp;lt;DATASET_NAME&amp;gt;.&amp;lt;TABLE_NAME&amp;gt; LIMIT 10;&lt;/P&gt;
&lt;P&gt;Change to: select * from &amp;lt;DATASET_NAME&amp;gt;.&amp;lt;TABLE_NAME&amp;gt; limit 10;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't actually know how this is different but this is working for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jagadish.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 07:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/BigQuery-input-error/m-p/2216610#M12538</guid>
      <dc:creator>jagadish_dasari</dc:creator>
      <dc:date>2020-07-08T07:07:52Z</dc:date>
    </item>
  </channel>
</rss>

