Skip to content

Commit

Permalink
fix: show SCHEDULED_QUERIES when defined (apache#17854)
Browse files Browse the repository at this point in the history
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 https://github.com/apache/superset/blob/69f9ee8f5eddcf8ac7a8bfb697be4fc95f34e66b/superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx#L33
  • Loading branch information
cemremengu authored and bwang221 committed Feb 10, 2022
1 parent 2bfefd6 commit 2ea598b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"SQLALCHEMY_DISPLAY_TEXT",
"GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL",
"DASHBOARD_AUTO_REFRESH_MODE",
"SCHEDULED_QUERIES",
)

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 2ea598b

Please sign in to comment.