feat(api): return uuid in POST response for dataset, chart, and dashboard (#37806)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Cezar
2026-06-14 02:53:08 +03:00
committed by GitHub
parent 6b682b1aa1
commit df0668eda5
6 changed files with 18 additions and 3 deletions

View File

@@ -725,6 +725,9 @@ class TestDatasetApi(SupersetTestCase):
assert model.database_id == table_data["database"]
# normalize_columns should default to False
assert model.normalize_columns is False
# uuid should be returned in the response
assert "uuid" in data
assert str(model.uuid) == str(data["uuid"])
# Assert that columns were created
columns = (