Hi all, Is there a possibility to set default sens...
# ask-community
j
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
Hey @Jakub Zgrzebnicki we don’t support anything like that right now, but feel free to request it in a github issue
👍 1