feat: annotation layers CRUD list view (#11432)

This commit is contained in:
Moriah Kreeger
2020-10-28 15:45:07 -07:00
committed by GitHub
parent 52294c836a
commit e9dba18466
8 changed files with 442 additions and 17 deletions

View File

@@ -164,8 +164,10 @@ class TestAnnotationLayerApi(SupersetTestCase):
"name",
"descr",
"created_by",
"created_on",
"changed_by",
"changed_on_delta_humanized",
"changed_on",
]
assert rv.status_code == 200
data = json.loads(rv.data.decode("utf-8"))
@@ -186,7 +188,9 @@ class TestAnnotationLayerApi(SupersetTestCase):
"descr",
"created_by.first_name",
"changed_by.first_name",
"changed_on",
"changed_on_delta_humanized",
"created_on",
]
for order_column in order_columns: