Database Reference
In-Depth Information
$ curl -H "$(python auth.py)" \
- H "Content-Type: application/json" \
"${JOBS_URL}/${JOB_ID}"
{
"jobReference": {
"projectId": "bigquery-e2e",
"jobId": " job_1394518034"
},
"configuration": {
"query": {
"query": "select 17",
"destinationTable": {
"projectId": "bigquery-e2e",
"datasetId":
"_0e32b38e1117b2fcea992287c138bd53acfff7cc",
"tableId":
"anon5c03da1f543a2486eca295f285b40eb87b01ea84"
},
"createDisposition": "CREATE_IF_NEEDED",
"writeDisposition": "WRITE_TRUNCATE"
}
},
"status": {
"state": "DONE"
},
"statistics": {
"creationTime": "1376685153301",
"startTime": "1376685153396",
"endTime": "1376685153696",
"query": {
"totalBytesProcessed": "0",
}
}
}
Search WWH ::




Custom Search