Is there anyway to access dagster logs from a RunF...
# ask-community
t
Is there anyway to access dagster logs from a RunFailureSensorContext? I've tried context.failure_event.message but it generally just tells me the op has failed and omits the actual error log Context: I have a run_failure_sensor that detects failed jobs. I want to take the error log and output it into a chatbot.
s
Hi Tyrone, the context has an
instance
property, so you can use any APIs on the `DagsterInstance`: https://docs.dagster.io/_apidocs/internals#instance