Is there a relevant difference between dagster_type_materializer and io_manager.handle_output
Can or should I use the materializer of a dagster type if that is coming through the handle_output or is this the default behaviour.
s
sandy
07/28/2022, 4:56 PM
dagster_type_materializer
is an ancient concept that we mostly advise against using. we've mostly scrubbed it from our docs, but have kept it aroun for people that were already using it