Skip to content

Commit

Permalink
Update superset_config.py (#7)
Browse files Browse the repository at this point in the history
add slack token to superset_config.py
  • Loading branch information
ggunjan21 authored Jan 24, 2024
1 parent 8f70ad9 commit 94a4006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94a4006

Please sign in to comment.