google bigquery - tbigqueryinput Talend limit error -
whenever fetching data bigquery table specifying more 100000 records, giving me below error
running query : select action_payout [freebstaging.fb_appreporting] limit 1000000 exception in component tbigqueryinput_1 com.google.api.client.googleapis.json.googlejsonresponseexception: 404 not found { "code" : 404, "errors" : [ { "domain" : "global", "message" : "not found: table igneous-study-87009:_165c6d3f4b2c1dbd0d644a1155ebebf7f2dbacfd.anon22fbed90bfc239ef84ee0345744d6cda6052a060", "reason" : "notfound" } ], "message" : "not found: table igneous-study-87009:_165c6d3f4b2c1dbd0d644a1155ebebf7f2dbacfd.anon22fbed90bfc239ef84ee0345744d6cda6052a060" }
even if don’t specify limit giving me error. working fine less 100000 records.
the query job id provided in comments fails because result large. bigquery has allowlargeresults options, scales such queries, can slower. don't know whether talend supports setting such query option.
Comments
Post a Comment