mirror of
https://github.com/apache/superset.git
synced 2026-05-09 01:46:06 +00:00
feat(api): Added uuid to list api calls (#32414)
(cherry picked from commit 8decc9e45f)
This commit is contained in:
committed by
Michael S. Molina
parent
e83ac1d696
commit
e5c6d3e388
@@ -253,6 +253,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
"schema",
|
||||
"sql",
|
||||
"table_name",
|
||||
"uuid",
|
||||
]
|
||||
assert sorted(list(response["result"][0].keys())) == expected_columns # noqa: C414
|
||||
|
||||
|
||||
Reference in New Issue
Block a user