<?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: big query table_date_range is not working for more than 5 days period in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316432#M86976</link>
    <description>Hello 
&lt;BR /&gt;I am not sure if it is an API limitation, can you please show us the query you are using? I can escalate it to our developer for further investigation.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 07 Jul 2017 04:56:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-07T04:56:40Z</dc:date>
    <item>
      <title>big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316431#M86975</link>
      <description>&lt;P&gt;I am trying to get data from big query for last 2 years.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;table_date_range fails for any range more 3 to 5 days.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to make it work for longer time period than 5 days?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316431#M86975</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2024-11-16T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316432#M86976</link>
      <description>Hello 
&lt;BR /&gt;I am not sure if it is an API limitation, can you please show us the query you are using? I can escalate it to our developer for further investigation.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 07 Jul 2017 04:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316432#M86976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T04:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316433#M86977</link>
      <description>&lt;P&gt;here is my query&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SELECT&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;fullVisitorId,&lt;/P&gt; 
&lt;P&gt;userId,&lt;/P&gt; 
&lt;P&gt;visitNumber,&lt;/P&gt; 
&lt;P&gt;visitId,&lt;/P&gt; 
&lt;P&gt;visitStartTime,&lt;/P&gt; 
&lt;P&gt;date,&lt;/P&gt; 
&lt;P&gt;totals.visits,&lt;/P&gt; 
&lt;P&gt;totals.hits,&lt;/P&gt; 
&lt;P&gt;totals.pageviews,&lt;/P&gt; 
&lt;P&gt;totals.transactions,&lt;/P&gt; 
&lt;P&gt;totals.totalTransactionRevenue,&lt;/P&gt; 
&lt;P&gt;totals.timeOnSite,&lt;/P&gt; 
&lt;P&gt;totals.bounces,&lt;/P&gt; 
&lt;P&gt;totals.newVisits,&lt;/P&gt; 
&lt;P&gt;totals.screenviews,&lt;/P&gt; 
&lt;P&gt;totals.UniqueScreenViews,&lt;/P&gt; 
&lt;P&gt;totals.timeOnScreen,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.customerId,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.campaignId,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.adGroupId,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.creativeId,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.criteriaId,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.page,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.slot,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.criteriaParameters,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.gclId,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.adNetworkType,&lt;/P&gt; 
&lt;P&gt;trafficSource.adwordsClickInfo.isVideoAd,&lt;/P&gt; 
&lt;P&gt;trafficSource.referralPath,&lt;/P&gt; 
&lt;P&gt;trafficSource.campaign,&lt;/P&gt; 
&lt;P&gt;trafficSource.source,&lt;/P&gt; 
&lt;P&gt;trafficSource.medium,&lt;/P&gt; 
&lt;P&gt;trafficSource.keyword,&lt;/P&gt; 
&lt;P&gt;trafficSource.adContent,&lt;/P&gt; 
&lt;P&gt;device.browser,&lt;/P&gt; 
&lt;P&gt;device.browserVersion,&lt;/P&gt; 
&lt;P&gt;device.deviceCategory,&lt;/P&gt; 
&lt;P&gt;device.operatingSystem,&lt;/P&gt; 
&lt;P&gt;device.operatingSystemVersion,&lt;/P&gt; 
&lt;P&gt;device.mobileDeviceBranding,&lt;/P&gt; 
&lt;P&gt;device.flashVersion,&lt;/P&gt; 
&lt;P&gt;device.javaEnabled,&lt;/P&gt; 
&lt;P&gt;device.language,&lt;/P&gt; 
&lt;P&gt;device.screenColors,&lt;/P&gt; 
&lt;P&gt;device.screenResolution,&lt;/P&gt; 
&lt;P&gt;geoNetwork.continent,&lt;/P&gt; 
&lt;P&gt;geoNetwork.subContinent,&lt;/P&gt; 
&lt;P&gt;geoNetwork.country,&lt;/P&gt; 
&lt;P&gt;geoNetwork.region,&lt;/P&gt; 
&lt;P&gt;geoNetwork.metro&lt;/P&gt; 
&lt;P&gt;from&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;(TABLE_DATE_RANGE(&lt;/SPAN&gt;[myproject-bigquery:1234.ga_sessions_]&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;TIMESTAMP&lt;SPAN&gt;('&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;02&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;'),&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;TIMESTAMP&lt;SPAN&gt;('&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;02&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;31&lt;/SPAN&gt;&lt;SPAN&gt;')))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 11:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316433#M86977</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2017-07-07T11:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316434#M86978</link>
      <description>&lt;P&gt;Here is the error I get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tBigQueryInput_7&lt;/P&gt;&lt;P&gt;com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "code" : 404,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "errors" : [ {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "domain" : "global",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "message" : "Not found: table anond4db0ea245f3f56bda4e27d28fca180084f5fecd",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "reason" : "notFound"&lt;/P&gt;&lt;P&gt;&amp;nbsp; } ],&lt;/P&gt;&lt;P&gt;&amp;nbsp; "message" : "Not found: table anond4db0ea245f3f56bda4e27d28fca180084f5fecd",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "status" : "NOT_FOUND"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:312)&lt;/P&gt;&lt;P&gt;at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1049)&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)&lt;/P&gt;&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)&lt;/P&gt;&lt;P&gt;at test.historical_dev_big_query_a_0_1.historical_dev_big_query_a.tBigQueryInput_7Process(historical_dev_big_query_a.java:3171)&lt;/P&gt;&lt;P&gt;at test.historical_dev_big_query_a_0_1.historical_dev_big_query_a.runJobInTOS(historical_dev_big_query_a.java:5517)&lt;/P&gt;&lt;P&gt;at test.historical_dev_big_query_a_0_1.historical_dev_big_query_a.main(historical_dev_big_query_a.java:4862)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316434#M86978</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2017-07-10T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316435#M86979</link>
      <description>Hi dwhdeveloper
&lt;BR /&gt;Thanks for providing the detailed information, can you tell me which version are you using?
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 12 Jul 2017 09:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316435#M86979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T09:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316436#M86980</link>
      <description>&lt;P&gt;Talend Open Source Version: 6.3.0&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316436#M86980</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2017-07-12T09:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316437#M86981</link>
      <description>&lt;P&gt;Can you try it in the 6.4.1 version which contains Big Query enhancements?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 10:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316437#M86981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: big query table_date_range is not working for more than 5 days period</title>
      <link>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316438#M86982</link>
      <description>&lt;P&gt;I ran it 6.41.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It fails. Error is similar&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&amp;gt; Reason: responseTooLarge&lt;/P&gt;
&lt;P&gt;Message: Response too large to return. Consider setting destinationTable or (for legacy SQL queries) setting allowLargeResults to true in your job configuration. For more details, see &lt;A href="https://cloud.google.com/bigquery/querying-data#largequeryresults" target="_blank" rel="nofollow noopener noreferrer"&gt;https://cloud.google.com/bigquery/querying-data#largequeryresults&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Exception in component tBigQueryInput_7 (historical_dev_big_query_a)&lt;/P&gt;
&lt;P&gt;com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "code" : 404,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "errors" : [ {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; "domain" : "global",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; "message" : "Not found: table anon59dc4c8a5fbff088906d8e0f86a5dce5c0d31d78",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; "reason" : "notFound"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; } ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "message" : "Not found: table anon59dc4c8a5fbff088906d8e0f86a5dce5c0d31d78",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "status" : "NOT_FOUND"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:312)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1049)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)&lt;/P&gt;
&lt;P&gt;at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)&lt;/P&gt;
&lt;P&gt;at project.historical_dev_big_query_a_0_1.historical_dev_big_query_a.tBigQueryInput_7Process(historical_dev_big_query_a.java:3332)&lt;/P&gt;
&lt;P&gt;at project.historical_dev_big_query_a_0_1.historical_dev_big_query_a.runJobInTOS(historical_dev_big_query_a.java:5851)&lt;/P&gt;
&lt;P&gt;at project.historical_dev_big_query_a_0_1.historical_dev_big_query_a.main(historical_dev_big_query_a.java:5092)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 10:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/big-query-table-date-range-is-not-working-for-more-than-5-days/m-p/2316438#M86982</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2017-07-13T10:00:39Z</dc:date>
    </item>
  </channel>
</rss>

