Skip to content

Commit

Permalink
modify README.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KoteiIto committed Jan 1, 2018
1 parent fb66485 commit 5e6e6b7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,13 @@ If you want to know more about params of `queryExecution`, please refer to the a
```json
{
"records": [
{"col1": "val1", "col2": "val2"},
{"col1": "val3", "col2": "val4"}
{"_col0:": "1"}
],
"queryExecution": {
"Query": "",
"QueryExecutionId": "",
"Query": "SELECT 1",
"QueryExecutionId": "55571bb9-8e4e-4274-90b7-8cffe4539c3c",
"ResultConfiguration": {
"OutputLocation": ""
"OutputLocation": "s3://bucket/55571bb9-8e4e-4274-90b7-8cffe4539c3c"
},
"Statistics": {
"DataScannedInBytes": 0,
Expand Down

0 comments on commit 5e6e6b7

Please sign in to comment.