Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dashboard transition related config #5505

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,6 @@ class CeleryConfig(object):
# using flask-compress
ENABLE_FLASK_COMPRESS = True

# Dashboard v1 deprecation configuration
DASH_V2_IS_DEFAULT_VIEW_FOR_EDITORS = True
CAN_FALLBACK_TO_DASH_V1_EDIT_MODE = True

# these are incorporated into messages displayed to users
PLANNED_V2_AUTO_CONVERT_DATE = None # e.g. '2018-06-16'
V2_FEEDBACK_URL = None # e.g., 'https://goo.gl/forms/...'

try:
if CONFIG_PATH_ENV_VAR in os.environ:
# Explicitly import config module that is not in pythonpath; useful
Expand Down