feat: add extra column to tables and sql_metrics (#10592)

This commit is contained in:
Erik Ritter
2020-08-12 15:27:29 -07:00
committed by GitHub
parent 2aaa4d92d9
commit bd88e12b8b
2 changed files with 41 additions and 1 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")