Hello everyone, When using the class `UPathIOManag...
# ask-community
k
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.