mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Specify dynamic dimension schema
Document how druid can dynamically infer dimension columns
This commit is contained in:
parent
5fba5e035f
commit
ef0439229d
@ -146,7 +146,7 @@ This is a special variation of the JSON ParseSpec that lower cases all the colum
|
||||
|
||||
| Field | Type | Description | Required |
|
||||
|-------|------|-------------|----------|
|
||||
| dimensions | JSON String array | The names of the dimensions. | yes |
|
||||
| dimensions | JSON String array | The names of the dimensions. If this is an empty array, Druid will treat all columns that are not timestamp or metric columns as dimension columns. | yes |
|
||||
| dimensionExclusions | JSON String array | The names of dimensions to exclude from ingestion. | no (default == [] |
|
||||
| spatialDimensions | JSON Object array | An array of [spatial dimensions](../development/geo.html) | no (default == [] |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user