From 94a40068c1b72bfaa4f11e3a7b7780f03b21d369 Mon Sep 17 00:00:00 2001 From: ggunjan21 <65784100+ggunjan21@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:30:43 +0530 Subject: [PATCH] Update superset_config.py (#7) add slack token to superset_config.py --- docker/pythonpath_dev/superset_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/pythonpath_dev/superset_config.py b/docker/pythonpath_dev/superset_config.py index 7bfe2012c27e9..7ab0af401f2a1 100644 --- a/docker/pythonpath_dev/superset_config.py +++ b/docker/pythonpath_dev/superset_config.py @@ -105,6 +105,7 @@ class CeleryConfig(object): WEBDRIVER_BASEURL = "http://superset:8088/" # The base URL for the email report hyperlinks. WEBDRIVER_BASEURL_USER_FRIENDLY = WEBDRIVER_BASEURL +SLACK_API_TOKEN = get_env_variable("SLACK_API_TOKEN") SQLLAB_CTAS_NO_LIMIT = True