Do the IO managers have an API, as in is there a w...
# ask-community
b
Do the IO managers have an API, as in is there a way to get intermediary data?
c
Hi Billie. Currently the IO managers have purely the
handle_output
and
load_input
methods. If you'd like to get back intermediary data, you could always define your own IO manager or subclass an existing IO manager and define your own methods to retrieve this data.
👍 1
b
Cool, I think we’re going to store intermediary data with an OP, but I wanted to be sure if I missed something built into dagster
👍 1