Database Reference
In-Depth Information
…shakespeare_1395605954.0.*.json
[1] STARTING on gs://bigquery-e2e/
…shakespeare_1395605954.1.*.json
[2] STARTING on gs://bigquery-e2e/
....shakespeare_1395605954.2.*.json
Downloading:
gs://bigquery-e2e/
…shakespeare_1395605954.1.000000000000.json to
/tmp/bigquery/output/
samples.shakespeare_1395605954.1.000000000000.json
Downloading:
gs://bigquery-e2e/
....shakespeare_1395605954.0.000000000000.json to
/tmp/bigquery/output/
samples.shakespeare_1395605954.0.000000000000.json
Downloading:
gs://bigquery-e2e/
…shakespeare_1395605954.2.000000000000.json to
/tmp/bigquery/output/
samples.shakespeare_1395605954.2.000000000000.json
[1] DONE. Read 1 files
[2] DONE. Read 1 files
Downloading:
gs://bigquery-e2e/
…shakespeare_1395605954.0.000000000001.json to
/tmp/bigquery/output/
samples.shakespeare_1395605954.0.000000000001.json
[0] DONE. Read 2 files
TableData.list()
If you want to read data out of a table, the alternative to an Export job is to
just read the data directly using the TableData.list() method. Chapter
5 demonstrated using TableData.list() to read rows of data from a
table. You can also use the same method to read an entire table, one page of
rows at a time.
There are drawbacks to this approach, however. TableData.list() has
two paging modes: using the row index and using a page token. Page tokens
Search WWH ::




Custom Search