feat(api): Added "kind" to dataset/<pk> endpoint (#20113)

This commit is contained in:
Reese
2022-06-10 16:03:48 -04:00
committed by GitHub
parent 1918dc0455
commit 11b33de61b
3 changed files with 5 additions and 0 deletions

View File

@@ -276,6 +276,7 @@ class TestDatasetApi(SupersetTestCase):
"fetch_values_predicate": None,
"filter_select_enabled": False,
"is_sqllab_view": False,
"kind": "physical",
"main_dttm_col": None,
"offset": 0,
"owners": [],