Hello ! I'm writing a Django app that has to launc...
# ask-community
j
Hello ! I'm writing a Django app that has to launch dagster runs and keep track of their status. I used the graphql python client to start the execution but I'm not sure about how to fetch the run status without manually polling the API. Maybe I could use the
pipelineRunLogs
graphql subscription but I couldn't find a lot of documentation or example about this. Has any of you already done something similar?