refactor: [migration] convert iframe chart into dashboard markdown component (#10590)

* refactor: [migration] convert iframe chart into dashboard markdown component

* remove 3 viz_types

* fix comments
This commit is contained in:
Grace Guo
2020-08-16 14:43:30 -07:00
committed by GitHub
parent 03a62f15d8
commit ca9ca99510
10 changed files with 340 additions and 139 deletions

View File

@@ -26,7 +26,7 @@ from slack.web.slack_response import SlackResponse
from superset import app
# Globals
config = app.config # type: ignore
config = app.config
logger = logging.getLogger("tasks.slack_util")