Google BigQuery is a web service that lets you do interactive analysis of massive datasets—up to billions of rows. Scalable and easy to use, BigQuery lets developers and businesses tap into powerful data analytics on demand.
0
votes
0answers
3 views
Access denied while loading from gcs to bigquery
I have uploaded a csv file to gcs and I can list/view that file using "gsutil(ls and cat)". I can even load that file using "bq load" but when I try to load it from the python loadTable script ...
0
votes
1answer
35 views
What is the expected query response performance for BigQuery when querying over 400 million rows form multiple sharded tables?
I have noticed consistently slow BigQuery performance (between 30 seconds to 1 minute response time) when query more 400 million rows from multiple sharded tables.
I have run the queries 3 times in ...
0
votes
1answer
15 views
BigQuery: Mod operator returning negative result when dividing by positive integer
I have a table with a couple of fields. The first field is the userId. I am using the hash function to shard the data by userId.
I am running the following query:
SELECT userId, HASH(userId) as ...
0
votes
1answer
22 views
BigQuery failed to import Data Store backup file via Google Cloud Storage
I was trying to load one of my data store table to BigQuery. When I found there is an option "AppEngine Datastore Backup" in the web ui of BigQuery, I'm very happy cause all my data are located in one ...
0
votes
1answer
24 views
Does BigQuery have a “Fill Record” mode for CSV loads with incomplete lines?
We've been collecting structured logs from our web application, which outputs a pipe-delimited CSV file. Over time, we've been adding extra information on the end of the newer information.
For ...
1
vote
1answer
22 views
Bigquery add columns to table schema
I am trying to add new column to BigQuery existing table. I have tried bq command tool and API approach. I get following error when making call to Tables.update().
I have tried with providing full ...
1
vote
1answer
74 views
Autheticating Service Accounts on Google Compute Engine with BigQuery, via R Studio Server
I'm looking to call BigQuery from R Studio, installed on a Google Compute Engine.
I have the bq python tool installed on the instance, and I was hoping to use its service accounts and system() to ...
-2
votes
0answers
16 views
ODBC for Google BigQuery
When I try to create a table with Simba ODBC Driver for Google BigQuery, I get this error:
A logic error occurred while calling function VisitNonTerminalParseNode
Any help?
0
votes
1answer
26 views
Can I load every item in a Google Cloud Storage bucket into a BigQuery Table without listing every filename?
I write new log files to a Google Cloud Storage bucket every 2-3 minutes with data from my webserver (pipe-separated-values). I have thousands of ~1MB files in a single Google Cloud Storage bucket, ...
0
votes
1answer
24 views
Uploading Newline-delimited JSON From a File to BigQuery
I recently wrote a Python script that uploads local, newline-delimited JSON files to a BigQuery table. It's very similar to the example provided in the official documentation here. The problem I'm ...
0
votes
1answer
51 views
BigQuery's query is extremely slow
I have a table with 1.6 billion rows. I have been running a query that uses a group-by field that has over 5 million unique values and then sort by sum of another integer value in descending order ...
0
votes
1answer
9 views
Java sample OAuth service flow apps for accessing Big Query
Is there any sample Java apps that show how to access Big Query using an OAuth service flow. Most of the apps seem to show web and desktop flows.
Thanks
0
votes
1answer
10 views
Error building BigQueryJavaGettingStarted java sample
trying to compile BigQueryJavaGettingStarted.java
from this location:
...
0
votes
0answers
22 views
https://bigquery.cloud.google.com/ not connected. retrying
I am trying to work out query access to the Google Analytics API. I am not a developer and so progressing via the developer route is currently not an option (notes - ...
0
votes
1answer
33 views
BigQuery COUNT(DISTINCT value) vs COUNT(value)
I found a glitch/bug in bigquery.
We got a table based on Bank Statistic data under the
starschema.net:clouddb:bank.Banks_token
If i run the following query:
SELECT count(*) as totalrow,
...
0
votes
1answer
30 views
Unable to run BigQuery.Jobs.query in Google Spreadsheets
I'm constantly getting an "Access Not Configured" error despite having done everything the tutorial page has instructed.
Help!
0
votes
0answers
27 views
Query on dremel-linked tables stopped working
I have 3 dremel-linked tables: 2 identity tables and 1 table connecting 2 identity tables.
Table A (4500 rows):
a_id (key);
a_attr1;
a_attr2.
Table B (1500 rows):
b_id (key);
b_attr1;
b_attr2.
...
1
vote
1answer
24 views
Resources Exceeded during query execution
I'm trying to run a query joining 2 large sets of data and I'm hitting the resources exceeded during query execution error. I've read that there are work around when using Join Each and Group Each ...
0
votes
0answers
37 views
JOIN EACH not returning result
I am trying new feature in BQ - JOIN EACH. My table size are:
table1 - Row Count - 50,684,757 - 24 GB
table2 - Row Count - 305,900,337 - 111 GB
Here is what I am trying:
select SUM(table1.col1), ...
-1
votes
1answer
77 views
BigQuery service outage? [closed]
Is there BigQuery currently a service outage that anyone is aware of? My async queries in my web application just suddenly stopped retrieving data - I just get no response (no error message etc.)
I ...
0
votes
1answer
27 views
Optimize data upload on GoogleBigQuery
I'm currently using the Google BigQuery platform for uploading many datas (~ > 6 Go) and work with them as datasource with Tableau Desktop Software.
Presently it takes me an average of one hour to ...
0
votes
0answers
34 views
In BigQuery, query response time varies a lot for the same sets of tables
I have 16 tables in a dataset. There are totally 176 millions rows. Some table has only 200k rows but some is much bigger with 39M rows. There are 10 columns:2 string and the rest are integers. I ...
-4
votes
0answers
21 views
Visit Developer's Website broken [closed]
I was sent here to ask a question directly from Google.
Entering a Developer's Website URL into the Android Developer's console creates a broken redirected link. How does a developer go about fixing ...
1
vote
0answers
17 views
identify group by vs group each in advance
Is there a way to figure out in advance (not by trial and error) whether a specific query should use GROUP BY or GROUP EACH BY?
We currently saw that after a cardinality of ~60-70% we are asked to use ...
0
votes
0answers
32 views
Bigquery resources exceeded during query execution, quota?
With Google BigQuery, I'm running a query with a group by and receive the error, "resources exceeded during query execution".
Would an increased quota allow the query to run?
Any other ...
1
vote
1answer
33 views
How do I automate getting BigQuery billing data?
We are using BigQuery rather heavily now and I've been tasked with keeping track of how much we are spending on queries each day. There seems to be no easy way to do this within BigQuery? Has anyone ...
1
vote
1answer
88 views
BigQuery: Response too large to return when using GROUP EACH BY
The table I am working with has 3 fields:
userId, timestamp, version
I am running the following query:
select userid, MAX(version) as current_version FROM my_table GROUP EACH BY userId;
The ...
0
votes
1answer
50 views
Response too large to return with LIMIT 1;
I was playing with bigquery and ran into a problem, my Query was:
SELECT * FROM (
SELECT a.title, a.counter , MAX(b.num_characters) as max
FROM (
SELECT title, count(*) as counter FROM ...
1
vote
0answers
35 views
Unable to load data into bigquery (BadStatusLine)
I am trying to load a local file into an existing table within bigquery. Tried 3 times on different days. File has 1.1m rows. I can't spot any specific error being encountered. Following are the ...
0
votes
1answer
72 views
How to create hourly an daily rollup table in BigQuery without running into “Response too large to return” error?
In traditional data modeling, I create hourly and daily rollup table to reduce data storage and improve query response time. However, the attempt to create similar rollup table easily run into ...
0
votes
1answer
36 views
Problems with BigQuery and Cloud SQL in same project
So, we have this one project which uses Cloud Storage and BigQuery as services. All has been well.
Then, I wanted to add Cloud SQL to this project to try it out. It asked for a unique Project ID so I ...
0
votes
1answer
35 views
TIMESTAMP from CSV via API
Does the API support importing a CSV to a new table when there is a TIMESTAMP field?
If I manually (using the BigQuery web interface) upload a CSV file containing timestamp data, and specify the ...
0
votes
1answer
32 views
Finding the location of one string within another string in Bigquery
I couldn't find a function in BigQuery query reference which looks for one string within a second one and returns the index of the location. Something like instr() in other SQL dialects. Is there any ...
0
votes
1answer
43 views
Order of data in bigquery repeated records
How do I know (or control) in what order the records in a repeated field will be returned when using aggregation function?
If for example I'm using "group_concat(children.name) within children" can I ...
0
votes
2answers
70 views
Bigquery pricing variations?
We are running BigQuery for about 4 months now and we have some interesting observations and questions regarding pricings:
Pricing model is quite unexplained it needs explanations for joins, unions ...
0
votes
1answer
49 views
Flattening nested hierarchies in BigQuery
I have a BigQuery table with two nested levels of repeated field hierarchies.
I need to do self join (join the table with itself) on a leaf field in the inner level.
Usage of FLATTEN clause only ...
0
votes
1answer
59 views
Resources exceeded during query execution with Google BigQuery
I am hitting the "Resources exceeded during query execution" error when executing this query:
SELECT date_time,Atok,Segment,
COUNT(Distinct GoogId) AS DistUsers,
SUM(CASE WHEN EventType=1 THEN 1 ELSE ...
0
votes
1answer
24 views
Error loading backup into big query
I'm trying to load a backup of one my entities but I am getting the error:
u'errors': [
{
u'reason': u'invalid',
u'message': u'Input contained no data'
}
I have verified that all of the ...
1
vote
1answer
22 views
Get executed query from BigQuery jobId
With the Bigquery job list api (https://developers.google.com/bigquery/docs/reference/v2/jobs/list) I retrieve a list of executed jobs and their status. Is there a quick way to retrieve the executed ...
2
votes
2answers
92 views
weighted ranking/ combined score in Google Big Query
...Spent several hours trying what not and researching this forum. Quite pessimistic at this point about the usefulness of Google Big Query (GBQ) for anything more than trivial queries, but here is ...
1
vote
1answer
75 views
BigQuery - Shuffle By error
I have a table of about 5M rows. Note this is just a poc. Ultimately we will need to be in the TB range. I am doing a self join to find permutations of products for a market basket analysis.
I ...
0
votes
1answer
33 views
Query Performance over a BigQuery table with nullable field
We need to upload data from our logs to Google BigQuery and we have two subsets of the log data that will not overlap when queried.
Subset number one has a field "vendor_id" which will be used a ...
0
votes
1answer
63 views
Resources exceeded during query execution when I use join each
I tried running a join query on Bigquery and I got the "table too large for joining" error which I understand. Then I tried using JOIN EACH instead of JOIN and I got an error saying "Resources ...
0
votes
1answer
89 views
Google App Engine app can not be authorized for Google Big Query server-to-server authorization
I am trying to authorize my Google App Engine (GAE) Java web application to use Google Big Query (GBQ) service. I have registered a Google business app and domain under xxxxxx.com and I created my GAE ...
0
votes
1answer
104 views
Any examples of loading to BigQuery using a POST request and Java client library?
Does anyone have any examples of creating a new insert job for BigQuery using both:
the bigquery java client library
creating a load job from a POST request documented here: ...
0
votes
0answers
42 views
Sharing access to Google Bigquery datasets
I created a project and a dataset in Bigquery. I can share the dataset with other developers but I cannot share the project. I get a 404 error when I click the "Team" link on the left pane. Is there a ...
1
vote
0answers
61 views
BigQuery - BackEnd error when loading from JAVA API
I'm getting 503 - Backend error when trying to set up a load job using JAVA API.
The file I am trying to load is on Google Cloud Storage, and if I try to load the data from BigQuery web interface, ...
0
votes
1answer
103 views
google bigquery join each
We are using the new feature "JOIN EACH" in google bigquery , and get the following error message :
Select count( distinct e.userid ) ,
avg(e.amount) ,
...
1
vote
1answer
38 views
How to store daily/monthly snapshots on Google BigQuery?
we need to store daily and monthly snapshots of some of ours database.
It's not backup, we need to store the data so to analyze them later and to see how they evolve during the time.
We still don't ...
0
votes
1answer
54 views
BigQuery's support of JSON array for import
I have a list of items stored in JSON. Currently, it seems that BigQuery doesn't support JSON array. I have the following JSON:
[
{
"purchaseId": "f7c67e39-5382-4d08-a308-0e4657143c44",
...