mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
12
docs/static/resources/openapi.json
vendored
12
docs/static/resources/openapi.json
vendored
@@ -746,7 +746,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"metrics": {
|
||||
"description": "Aggregate expressions. Metrics can be passed as both references to datasource metrics (strings), or ad-hoc metricswhich are defined only within the query object. See `ChartDataAdhocMetricSchema` for the structure of ad-hoc metrics. When metrics is undefined or null, the query is executed without a groupby. However, when metrics is an array (length >= 0), a groupby clause is added to the query.",
|
||||
"description": "Aggregate expressions. Metrics can be passed as both references to datasource metrics (strings), or ad-hoc metrics which are defined only within the query object. See `ChartDataAdhocMetricSchema` for the structure of ad-hoc metrics. When metrics is undefined or null, the query is executed without a groupby. However, when metrics is an array (length >= 0), a groupby clause is added to the query.",
|
||||
"items": {},
|
||||
"nullable": true,
|
||||
"type": "array"
|
||||
@@ -1309,7 +1309,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"metrics": {
|
||||
"description": "Aggregate expressions. Metrics can be passed as both references to datasource metrics (strings), or ad-hoc metricswhich are defined only within the query object. See `ChartDataAdhocMetricSchema` for the structure of ad-hoc metrics.",
|
||||
"description": "Aggregate expressions. Metrics can be passed as both references to datasource metrics (strings), or ad-hoc metrics which are defined only within the query object. See `ChartDataAdhocMetricSchema` for the structure of ad-hoc metrics.",
|
||||
"items": {},
|
||||
"nullable": true,
|
||||
"type": "array"
|
||||
@@ -1968,7 +1968,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query_context_generation": {
|
||||
"description": "The query context generation represents whether the query_contextis user generated or not so that it does not update user modfiedstate.",
|
||||
"description": "The query context generation represents whether the query_contexts user generated or not so that it does not update user modfiedstate.",
|
||||
"nullable": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2075,7 +2075,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query_context_generation": {
|
||||
"description": "The query context generation represents whether the query_contextis user generated or not so that it does not update user modfiedstate.",
|
||||
"description": "The query context generation represents whether the query_contexts user generated or not so that it does not update user modfiedstate.",
|
||||
"nullable": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2760,7 +2760,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query_context_generation": {
|
||||
"description": "The query context generation represents whether the query_contextis user generated or not so that it does not update user modfiedstate.",
|
||||
"description": "The query context generation represents whether the query_contexts user generated or not so that it does not update user modfiedstate.",
|
||||
"nullable": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2867,7 +2867,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query_context_generation": {
|
||||
"description": "The query context generation represents whether the query_contextis user generated or not so that it does not update user modfiedstate.",
|
||||
"description": "The query context generation represents whether the query_contexts user generated or not so that it does not update user modfiedstate.",
|
||||
"nullable": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user