mirror of https://github.com/apache/druid.git
Merge pull request #1248 from b-slim/patch-1
Fix typo in the query body
This commit is contained in:
commit
9c741d58f4
|
@ -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