https://dagster.io/ logo
#ask-community
Title
# ask-community
j

Jakub Zgrzebnicki

12/14/2022, 6:34 AM
Hi all, Is there a possibility to set default sensor, schedule run status for some env? I found that The default status can be overridden from Dagit or via the GraphQL API, bu is there option to change the default status to running for all the sensors and schedules. What I wan to achieve is having on some env different status than in the other without always writing:
Copy code
@sensor(job=asset_job, default_status=SOME_ENV_CONSTANCE)
def my_sensor():
    ...
j

jamie

12/14/2022, 8:02 PM
Hey @Jakub Zgrzebnicki we don’t support anything like that right now, but feel free to request it in a github issue
👍 1