feat: annotation edit modal with antd datepicker (#11500)

This commit is contained in:
Lily Kuang
2020-11-03 12:59:13 -08:00
committed by GitHub
parent 6f2e36dd1b
commit eef4809978
9 changed files with 488 additions and 28 deletions

View File

@@ -435,6 +435,7 @@ class TestAnnotationLayerApi(SupersetTestCase):
assert rv.status_code == 200
expected_result = {
"id": annotation.id,
"end_dttm": None,
"json_metadata": "",
"layer": {"id": annotation.layer_id, "name": "layer_with_annotations"},