https://dagster.io/ logo
w

wbonelli

06/06/2020, 7:22 PM
Is there a way to configure
execute_pipeline_iterator
to send logs to the event stream?
s

schrockn

06/06/2020, 7:25 PM
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

wbonelli

06/06/2020, 7:46 PM
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

alex

06/06/2020, 7:59 PM
instance=DagsterInstance.get() Might be what you are looking for, depends on what exactly you mean