dagster-io / dagster

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

Support bar charts for asset metadata #7542

Open dagsir[bot] opened 2 years ago

dagsir[bot] commented 2 years ago

Issue from the Dagster Slack

This issue was generated from the slack conversation at: https://dagster.slack.com/archives/C01U954MEER/p1650608543661489?thread_ts=1650608543.661489&cid=C01U954MEER


Conversation excerpt

U030WD8R4AE: when logging metadata for an asset, is there any option to plot them as a bar chart instead of a line? U015C9U9RLK: <@U018K0G2Y85> issue Support bar charts for asset metadata


Message from the maintainers:

Do you care about this too? Give it a :thumbsup:. We factor engagement into prioritization.

bengotow commented 2 years ago

Hey folks! I think this is a Dagit issue (in that it surfaces in Dagit), but requires that we add some static configuration to assets that describes the metadata entries you expect to see and how they should be displayed. We don't currently have a place where metadata entry descriptions, types, etc. would be specified. I think adding this could make sense but should definitely be discussed at the product level. I think we'd want there to be more than just line chart / bar chart to justify the new concept.

craustin commented 7 months ago

Very related to this issue (or equivalent) is the weirdness of having cross-partition metadata plots for statically partitioned assets use a bar graph rather than a bar chart. If the asset isn't partitioned by time, it seems straightforward to use a bar chart. Is this covered by this issue - or should I file a new one? (Looks like this was mentioned here too: https://github.com/dagster-io/dagster/issues/4152#issuecomment-843600126)