mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(api): Added uuid to list api calls (#32414)
This commit is contained in:
@@ -134,6 +134,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
|
||||
"schema",
|
||||
"sql",
|
||||
"table_name",
|
||||
"uuid",
|
||||
]
|
||||
list_select_columns = list_columns + ["changed_on", "changed_by_fk"]
|
||||
order_columns = [
|
||||
|
||||
Reference in New Issue
Block a user