mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: add certifications to tables (#11450)
This commit is contained in:
@@ -97,6 +97,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"database_uuid": str(example_db.uuid),
|
||||
"default_endpoint": None,
|
||||
"description": "Energy consumption",
|
||||
"extra": None,
|
||||
"fetch_values_predicate": None,
|
||||
"filter_select_enabled": False,
|
||||
"main_dttm_col": None,
|
||||
@@ -177,6 +178,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"template_params",
|
||||
"filter_select_enabled",
|
||||
"fetch_values_predicate",
|
||||
"extra",
|
||||
"uuid",
|
||||
"metrics",
|
||||
"columns",
|
||||
|
||||
Reference in New Issue
Block a user