mirror of
https://github.com/apache/superset.git
synced 2026-07-21 06:05:46 +00:00
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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user