-
```
What steps will reproduce the problem?
Use client code like the following
try:
foo.execute()
except apiclient.errors.HttpError, e:
HandleError()
Inject an HTTP error during a resumable uploa…
-
```
In Google sheet, the word starting with single quotes is not displaying the
starting single quote after getting out of focus from the cell.
What steps will reproduce the problem?
1. Go to http…
-
```
Hey Google BigQuery Team,
We are running into issues exporting table to Cloud Storage. For example, this
is a recent export job we tried:
optimum-surface-468:job_R8k-oMKXhZm2wC_lk8kTP4ZaGaw
W…
-
```
What steps will reproduce the problem?
1. Attempt to load a JSON file via the BQ tool.
2. For example:
3. bq --headless --nosync load --source_format NEWLINE_DELIMITED_JSON
hgs.hgs_20131030_00 m…
-
```
What version of the product are you using? On what operating system?
I am using the web interface via google chrome on a mac.
Please provide any additional information below.
Table extract jobs…
-
```
When querying BigQuery with simple SQL request, we don't get any reqponse, even
after waiting many minutes. These SQL queries are working for us in a daily
basis and stop working in the last few…
-
```
Hi,
I have detail issue on Stackoverflow
http://stackoverflow.com/questions/16571635/join-each-not-returning-result
Let me know if I am doing anything wrong.
Thanks,
```
Original issue rep…
-
```
Allow use of window functions like Lag, Lead, Percentile, etc. on very large
data sets. according to Fh on stackoverflow, currently there is no way to do a
parallelizable-over-each-by. this miss…
-
```
It would be great if BigQuery had the concept of "Views" or something similar.
The view would be called like a table. Ex:
Select * from MyView;
A view would point to an already defined(saved) se…
-
```
I know I can do this with regular expressions, but like CONTAINS, it is sooo
much easier to write
WHERE path STARTSWITH '/some/url'
Seems like it would be a piece of cake to provide this. May…