chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 (#22964)

Co-authored-by: hughhhh <hughmil3s@gmail.com>
This commit is contained in:
Diego Medina
2023-04-03 14:29:02 -03:00
committed by GitHub
parent 13ffb4b7c2
commit cdc7af11bf
14 changed files with 208 additions and 43 deletions

View File

@@ -1783,12 +1783,21 @@
"changed_on_delta_humanized": {
"readOnly": true
},
"changed_on_dttm": {
"readOnly": true
},
"changed_on_utc": {
"readOnly": true
},
"created_by": {
"$ref": "#/components/schemas/ChartDataRestApi.get_list.User2"
},
"created_by_name": {
"readOnly": true
},
"created_by_url": {
"readOnly": true
},
"created_on_delta_humanized": {
"readOnly": true
},
@@ -1821,6 +1830,9 @@
"edit_url": {
"readOnly": true
},
"form_data": {
"readOnly": true
},
"id": {
"format": "int32",
"type": "integer"
@@ -1848,6 +1860,9 @@
"nullable": true,
"type": "string"
},
"slice_url": {
"readOnly": true
},
"table": {
"$ref": "#/components/schemas/ChartDataRestApi.get_list.SqlaTable"
},
@@ -2576,12 +2591,21 @@
"changed_on_delta_humanized": {
"readOnly": true
},
"changed_on_dttm": {
"readOnly": true
},
"changed_on_utc": {
"readOnly": true
},
"created_by": {
"$ref": "#/components/schemas/ChartRestApi.get_list.User2"
},
"created_by_name": {
"readOnly": true
},
"created_by_url": {
"readOnly": true
},
"created_on_delta_humanized": {
"readOnly": true
},
@@ -2614,6 +2638,9 @@
"edit_url": {
"readOnly": true
},
"form_data": {
"readOnly": true
},
"id": {
"format": "int32",
"type": "integer"
@@ -2641,6 +2668,9 @@
"nullable": true,
"type": "string"
},
"slice_url": {
"readOnly": true
},
"table": {
"$ref": "#/components/schemas/ChartRestApi.get_list.SqlaTable"
},