-
Notifications
You must be signed in to change notification settings - Fork 159
[APP-183] feat: secondary time column selection on explore #7848
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
base: main
Are you sure you want to change the base?
Conversation
|
I believe I missed the demo of this feature when I was OOO, so I'm a little out-of-the-loop. What's the status on this? |
|
The suggestion is to rename the newly added proto/gen/rill/runtime/v1/resources.pb.go |
|
@mindspank, can you please do the Product review? For one, can you ensure all views (e.g. leaderboards, time dimension detail, pivot) are consistent? @AdityaHegde, can you please do the code review? |
This PR adds a UI path (via the range selection dropdown) for changing the time dimension used for measure and dimension queries on the Explore surface. The currently selected time dimension is synced to the URL state using the key
td.In a follow up PR:
Checklist: