mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: metric.currency should be JSON, not string (#33303)
This commit is contained in:
10
docs/static/resources/openapi.json
vendored
10
docs/static/resources/openapi.json
vendored
@@ -3565,9 +3565,6 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"currency_formats": {
|
||||
"type": "object"
|
||||
},
|
||||
"database": {
|
||||
"$ref": "#/components/schemas/Database"
|
||||
},
|
||||
@@ -5030,10 +5027,6 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"currency_formats": {
|
||||
"description": "Currency formats.",
|
||||
"type": "object"
|
||||
},
|
||||
"database": {
|
||||
"description": "Database associated with the dataset.",
|
||||
"type": "object"
|
||||
@@ -5559,9 +5552,6 @@
|
||||
"created_on_humanized": {
|
||||
"readOnly": true
|
||||
},
|
||||
"currency_formats": {
|
||||
"readOnly": true
|
||||
},
|
||||
"database": {
|
||||
"$ref": "#/components/schemas/DatasetRestApi.get.Database"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user