Skip to content

Commit

Permalink
Fix malformed JSON in Athena Query Results example
Browse files Browse the repository at this point in the history
  • Loading branch information
raidancampbell authored Sep 25, 2024
1 parent 6c31712 commit 334b5f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions awscli/examples/athena/get-query-results.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ Output::
"Label": "location",
"Type": "varchar",
"Precision": 2147483647,
"Data": [
"Scale": 0,
"Nullable": "UNKNOWN",
"CaseSensitive": true
Expand Down Expand Up @@ -290,4 +288,4 @@ Output::
"UpdateCount": 0
}

For more information, see `Working with Query Results, Output Files, and Query History <https://docs.aws.amazon.com/athena/latest/ug/querying.html>`__ in the *Amazon Athena User Guide*.
For more information, see `Working with Query Results, Output Files, and Query History <https://docs.aws.amazon.com/athena/latest/ug/querying.html>`__ in the *Amazon Athena User Guide*.

0 comments on commit 334b5f3

Please sign in to comment.