Hello, I am you using an `Output` object to attach...
# ask-community
l
Hello, I am you using an
Output
object to attach metadata to my op’s output (based on this example). How can I access this metadata from a downstream op?
🤖 1
s
Hi Lucia - currently, if you want data to be available to the downstream op, it needs to be part of the output value itself, not part of metadata. Here's an issue to track adding this: https://github.com/dagster-io/dagster/issues/8521
l
I see. Thanks for the support Sandy!