mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
feat(api): Added uuid to list api calls (#32414)
This commit is contained in:
@@ -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