fix: show SCHEDULED_QUERIES when defined (#17854)

Without this entry `Schedule` option for `SqlLab` will not be shown in UI since it will never be put under `bootstrapData.common.conf` needed in here 69f9ee8f5e/superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx (L33)
This commit is contained in:
Cemre Mengu
2021-12-27 22:49:21 +03:00
committed by GitHub
parent f8a65f8001
commit c6c4143b04

View File

@@ -101,6 +101,7 @@ FRONTEND_CONF_KEYS = (
"SQLALCHEMY_DISPLAY_TEXT",
"GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL",
"DASHBOARD_AUTO_REFRESH_MODE",
"SCHEDULED_QUERIES",
)
logger = logging.getLogger(__name__)