mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(api): dataset read API uuid support (#34836)
This commit is contained in:
@@ -153,7 +153,7 @@ class TestQueryContext(SupersetTestCase):
|
||||
# make temporary change and revert it to refresh the changed_on property
|
||||
datasource = DatasourceDAO.get_datasource(
|
||||
datasource_type=DatasourceType(payload["datasource"]["type"]),
|
||||
datasource_id=payload["datasource"]["id"],
|
||||
database_id_or_uuid=payload["datasource"]["id"],
|
||||
)
|
||||
description_original = datasource.description
|
||||
datasource.description = "temporary description"
|
||||
|
||||
Reference in New Issue
Block a user