Merge pull request #279 from jeromatron/main

Fixed a couple of typos with http-tabular
This commit is contained in:
Jonathan Shook 2021-03-11 15:44:18 -06:00 committed by GitHub
commit e498de7f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ blocks:
params:
ratio: 5
statements:
- main-select: GET /v2/keyspaces/<<keyspace:baselines>>/<<table:tabular>>?where=E[[{"part":{"$eq":"{part_layout}"}},"page-size":{"$eq":"{limit}"}}]]
- main-select: GET http://<<stargate_host:stargate>>:<<stargate_port:8082>>/v2/keyspaces/<<keyspace:baselines>>/<<table:tabular>>/{part_read}&page-size={limit}
Accept: "application/json"
X-Cassandra-Request-Id: "{request_id}"
X-Cassandra-Token: "<<auth_token:my_auth_token>>"
@ -119,7 +119,7 @@ blocks:
Content-Type: "application/json"
body: |
{
"part": "{part_write}"
"part": "{part_write}",
"clust": "{clust_write}",
"data": "{data_write}"
}