Is there a way to configure `execute_pipeline_iter...
# announcements
w
Is there a way to configure
execute_pipeline_iterator
to send logs to the event stream?
s
there is not unfortunately
we do this at the graphql layer with a relatively intricate interaction with gevent and graphql subscriptions
what are you trying to do?
w
ah ok, thanks. I wanted to bubble certain events (pipeline init/start/failure) and logs up to another application as they come in. I think I'll just write a custom logger
a
instance=DagsterInstance.get() Might be what you are looking for, depends on what exactly you mean