-
```
As I have some "complicated" extractions (using regex functions). I would like
to have some of them predefined, so every time someone approaches such
extraction, they use same predefined logic. …
-
```
Shifts a UNIX timestamp in microseconds to the beginning of the quarter it
occurs in.
```
Original issue reported on code.google.com by `ra...@futurelytics.com` on 21 Sep 2013 at 1:54
-
```
Currently if we call the command:
"count (distinct varA, n)"
the returned value for DISTINCT is a statistical estimate, not necessarily the
exact value. The default value for n is 1000. We can u…
-
```
Actually we can either :
- request for a specific job specifying its id with a jobs().get(id) call,
- or request for all jobs (with a few filtering params like job state) with a
jobs().list() cal…
-
```
What steps will reproduce the problem?
1. LEFT JOIN EACH on two tables produces duplication of every row
2. The query is reproduced here:
SELECT UID, Price, date_of_transfer, postcode, property_…
-
```
When running a query using the NTH function and GROUP EACH BY only results for
the first value are returned --> job_fhuPNvoBdRUts34GNg_GPDpV16k
Same query when using GROUP BY in the outer query …
-
```
What steps will reproduce the problem?
1. Create a schema with a boolean field type
2. Import json data where the boolean value is a string ("false" instead of
false)
What is the expected outp…
-
```
I would like a better documentation for working with the APIs.
In particular, maybe some best practices, or code fragments, for some of the
most common scenarios.
I don't think I'm the only one…
-
```
What steps will reproduce the problem?
1. I have an Apps Script up and running that used BigQuery to pull in data -
which worked perfectly
2. As of yesterday, as soon as I would run the script, I…
-
```
Hey BQ Team,
We can't seem to export to tables to download large dataset, the extract jobs
are failing:
Most recent failures (Job IDs):
optimum-surface-468:job_qLV5HV8z_7ZgkcnC0gGdSCHKG7A
opti…