https://dagster.io/ logo
#dagster-support
Title
# dagster-support
k

Kulanjith Deelaka

12/29/2022, 10:27 AM
Hello everyone, When using the class
UPathIOManager
the method
context.add_output_metadata()
does not work, rather we have to implement
UPathIOManager.get_metadata()
. It would be helpful if the docs explicitly stated that calling
context.add_output_metadata()
from
UPathIOManager.dump_to_path()
does not work.
3 Views