feat(api): Added uuid to list api calls (#32414)

(cherry picked from commit 8decc9e45f)
This commit is contained in:
Paul Rhodes
2025-03-06 00:28:29 +00:00
committed by Michael S. Molina
parent e83ac1d696
commit e5c6d3e388
4 changed files with 4 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ class TestDatasetApi(SupersetTestCase):
"schema",
"sql",
"table_name",
"uuid",
]
assert sorted(list(response["result"][0].keys())) == expected_columns # noqa: C414