dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.15k stars 1.4k forks source link

Display more data points in asset metadata plots #12613

Open danielgafni opened 1 year ago

danielgafni commented 1 year ago

What's the use case?

Slack thread: https://dagster.slack.com/archives/C01U5LFUZJS/p1677608480787149

Currently, metadata plots are not displaying all the available data points. Instead, only the last X data points are being plotted.

I would like to be able to see metadata values for all asset partitions in the plot.

Perhaps Dagster should provide ways to configure this via code or UI controls?

Here is an example. I would like to have a few years of data plotted instead.

image

Ideas of implementation

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

edwinvehmaanpera commented 1 month ago

This is particularly important with hourly partitioned asset where you can only see a handful of days back. Ideally there would be some way to visualize any arbitrary date range.