Skip to content

Instantly share code, notes, and snippets.

@sakama
Created October 11, 2017 04:15
Show Gist options
  • Save sakama/d3725cc040e2e795aa87f302b1e916c1 to your computer and use it in GitHub Desktop.
Save sakama/d3725cc040e2e795aa87f302b1e916c1 to your computer and use it in GitHub Desktop.
BigQuery API Tables:get
{
"kind": "bigquery#table",
"etag": "\"ABCDEFGHIJKLMNOPQRSTU\"",
"id": "abcdefg:demodatasets.demotable",
"selfLink": "https://www.googleapis.com/bigquery/v2/projects/vibrant-grammar-856/datasets/demodatasets/tables/demotable",
"tableReference": {
"projectId": "abcdefg",
"datasetId": "demodatasets",
"tableId": "demotable"
},
"schema": {
"fields": [
{
"name": "id",
"type": "INTEGER"
},
{
"name": "number",
"type": "INTEGER"
},
{
"name": "value1",
"type": "STRING"
},
{
"name": "value2",
"type": "STRING"
},
{
"name": "value3",
"type": "STRING"
},
{
"name": "value4",
"type": "STRING",
"description": ""
},
{
"name": "value5",
"type": "STRING"
},
{
"name": "value6",
"type": "STRING"
},
{
"name": "value7",
"type": "STRING"
},
{
"name": "value8",
"type": "STRING",
"description": ""
},
{
"name": "value9",
"type": "STRING",
"description": ""
},
{
"name": "value10",
"type": "STRING"
}
]
},
"numBytes": "13980466",
"numLongTermBytes": "13980466",
"numRows": "30001",
"creationTime": "1426759843772",
"lastModifiedTime": "1427891467258",
"type": "TABLE",
"location": "US"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment