Make SQL Lab explore use the default viz from the config file #20057
cccs-Dustin
started this conversation in
Ideas
Replies: 1 comment
-
NOTE: This discussion can be deleted/disregarded as the PR has been merged into Master |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Superset's config file, there is a config option called
DEFAULT_VIZ_TYPE
which you can use to define which viz you would like to use in the chart explorer by default. This is a very useful config option, especially when you have a custom viz you would like to use instead of the SupersetTable
viz. However, when you are in SQL Lab and you want to create and explore a dataset, there is currently no way to to change the default viz which will be used.The
DEFAULT_VIZ_TYPE
config option should also be used by SQL Lab when you want to explore a dataset. This will allow for consistency between the chart explorer, and exploring through SQL Lab.I have already implemented the code changes for this feature locally, and will create a PR for them. Once the PR has been made, I will link it here: #20056
Beta Was this translation helpful? Give feedback.
All reactions