https://dagster.io/ logo
#dagster-feedback
Title
# dagster-feedback
a

Alex Prykhodko

12/08/2022, 11:30 PM
are there plans to introduce memory usage graph per run? that would help a ton in debugging/monitoring huge assets.
s

Sean Lopp

12/09/2022, 3:23 PM
I am not sure there are any plans to this today, but you could implement a workaround by adding memory size (or nrows, or w/e makes sense) as output metadata, and then dagster will plot it for you in the asset page
👍 1
a

Alex Prykhodko

12/11/2022, 9:44 PM
thank you @Sean Lopp