mirror of https://github.com/apache/druid.git
Fix typo in the query body
last `,` will break the query.
This commit is contained in:
parent
e5653f0752
commit
425c5f750c
|
@ -7,7 +7,7 @@ Data Source Metadata queries return metadata information for a dataSource. It re
|
|||
```json
|
||||
{
|
||||
"queryType" : "dataSourceMetadata",
|
||||
"dataSource": "sample_datasource",
|
||||
"dataSource": "sample_datasource"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue