How can I get the metadata output of an asset in a...
# ask-community
a
How can I get the metadata output of an asset in a downstream asset? Also, is it possible to get metadata from an n-th upstream asset?
s
Hi Aaron, This is a common request and we’re working towards a solution. See here: https://dagster.slack.com/archives/C01U954MEER/p1679905062001439
a
Thanks @sean, so what does
context.get_output_metadata()
do?
s
context.get_output_metadata
is a private method we use to access metadata logged for an output within the scope of a single step