diff --git a/common_spec_types.go b/common_spec_types.go index dd5618e..a48127b 100644 --- a/common_spec_types.go +++ b/common_spec_types.go @@ -333,7 +333,7 @@ type InputSource struct { SQLs []string `json:"sqls,omitempty"` Database *Database `json:"database,omitempty"` - // Druid input source + // Druid input source. Datasource string `json:"dataSource,omitempty"` // ISO-8601 interval, which defines the time range to fetch the data over. Interval string `json:"interval,omitempty"`