Hi all! :wave::skin-tone-2: I want to know if ther...
# ask-community
e
Hi all! 👋🏻 I want to know if there's some way to get the pipeline scheduler status, e.g., if it's turned on/off. I'm thinking of creating a custom sensor to check the status of each pipeline and alert if some scheduler is off for a particular pipeline. Reading the documentation, I couldn't find anything similar.
c
There’s ways to do this with internal APIs, but no way to do it with external APIs at the moment. You could technically use
DagsterInstance.get_instigator_state
to retrieve this information, but I think really we should have a more user-friendly API for this