mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(druid): Remove legacy Druid NoSQL logic (#23997)
This commit is contained in:
22
docs/static/resources/openapi.json
vendored
22
docs/static/resources/openapi.json
vendored
@@ -850,13 +850,6 @@
|
||||
"description": "HAVING clause to be added to aggregate queries using AND operator.",
|
||||
"type": "string"
|
||||
},
|
||||
"having_druid": {
|
||||
"description": "HAVING filters to be added to legacy Druid datasource queries. This field is deprecated",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/ChartDataFilter"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"relative_end": {
|
||||
"description": "End time for relative time deltas. Default: `config[\"DEFAULT_RELATIVE_START_TIME\"]`",
|
||||
"enum": ["today", "now"],
|
||||
@@ -1228,11 +1221,6 @@
|
||||
],
|
||||
"nullable": true
|
||||
},
|
||||
"druid_time_origin": {
|
||||
"description": "Starting point for time grain counting on legacy Druid datasources. Used to change e.g. Monday/Sunday first-day-of-week. This field is deprecated and should be passed to `extras` as `druid_time_origin`.",
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"extras": {
|
||||
"allOf": [
|
||||
{
|
||||
@@ -1250,7 +1238,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"granularity": {
|
||||
"description": "Name of temporal column used for time filtering. For legacy Druid datasources this defines the time grain.",
|
||||
"description": "Name of temporal column used for time filtering.
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1270,14 +1258,6 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"having_filters": {
|
||||
"description": "HAVING filters to be added to legacy Druid datasource queries. This field is deprecated and should be passed to `extras` as `having_druid`.",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/ChartDataFilter"
|
||||
},
|
||||
"nullable": true,
|
||||
"type": "array"
|
||||
},
|
||||
"is_rowcount": {
|
||||
"description": "Should the rowcount of the actual query be returned",
|
||||
"nullable": true,
|
||||
|
||||
Reference in New Issue
Block a user