Hacker News new | ask | show | jobs
by RussellDussel 702 days ago
This looks like it could be a really useful tool for us building internal query catalogues and dashboards.

Does the dashboard feature support any dynamic field selectors (similar to "variables" in Grafana)?

1 comments

Thanks for the comment!

That’s possible. For it to work you’d have to create a “dropdown block” and select the “dynamic” option in its settings. Then, you will be able to select a dataframe and the column from that dataframe you want to use as dropdown options.

By the way, every query automatically becomes a dataframe so you can use either a query result’s column or a raw Python dataframe.

As a side note, I’m putting together detailed product documentation this week too and I’ll make sure to include it there.