-
Notifications
You must be signed in to change notification settings - Fork 144
dashboards as mv #7645
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
dashboards as mv #7645
Conversation
Dont forget to update: https://github.com/rilldata/rill/blob/main/runtime/parser/schema/project.schema.yaml |
Sure will do after initial review |
"fmt" | ||
"strings" | ||
"time" | ||
|
||
runtimev1 "github.com/rilldata/rill/proto/gen/rill/runtime/v1" | ||
"github.com/rilldata/rill/runtime/pkg/rilltime" | ||
"golang.org/x/exp/maps" |
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.
I think you can just import "maps"
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.
Yeah I saw that but it is same as in parse_explore and standard maps.Keys
returns a iter.Seq[K]
instead of []string
, I think thats why it was used in other places in first place.
Also copying this request from @mindspank :
|
Deferring review to @nishantmonu51 which is the PM for this effort |
Fixes https://linear.app/rilldata/issue/PLAT-10/dashboard-as-metrics-view-implementation
override - (add explore inline) - explore emitted by default, disable using
no_explore: true
Checklist: