mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat(api): Added uuid filed support to dataset, chart, dashboard API (#29573)
This commit is contained in:
@@ -400,6 +400,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
"backend": main_db.backend,
|
||||
"database_name": "examples",
|
||||
"id": 1,
|
||||
"uuid": ANY,
|
||||
},
|
||||
"default_endpoint": None,
|
||||
"description": "Energy consumption",
|
||||
|
||||
Reference in New Issue
Block a user