I'm having trouble importing "IN_PROGRESS_RUN_STAT...
# ask-community
m
I'm having trouble importing "IN_PROGRESS_RUN_STATUSES" - how should this be imported? We need to check for running processes.
c
Copy code
from dagster._core.storage.pipeline_run import (
    IN_PROGRESS_RUN_STATUSES
)
👍 1
m
Yeah - I just get scared of importing things with underscore - as they're not guaranteed by programming convention to stick around.