-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
slice/explore header #996
slice/explore header #996
Conversation
this should work for the visualizing flow from the sql editor as well. |
Good idea @ascott, another way how it could be implemented - we could make the default slice name by the correspondent datasource. |
@bkyryliuk i think it's a good idea on visualize to make the default slice name the data source name. this will cover the case when a slice hasn't been created yet and someone is just exploring a table/datasource. |
</h2> | ||
{% endif %} | ||
{% else %} | ||
<h2>{{viz.datasource.table_name}}</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style guide for jinja says leave room as in {{ foo }}
|
good suggestion @mistercrunch. made that change. |
if a table is being explored, and not a slice, use the datasource name rather than nothing.
@mistercrunch @bkyryliuk thoughts on this?