The ability to globally disable the entire dag so that it cannot be triggered from the api/ui/webhooks/schedule.
Example usecase: You have a set of regular deploy dags that need to be disabled during migration/maintenance window and need to prevent users doing accidental trigger.
There can be enabled: true config by default, matching current behavior, and the state can be changed using the api and the ui too.
The ability to globally disable the entire dag so that it cannot be triggered from the api/ui/webhooks/schedule.
Example usecase: You have a set of regular deploy dags that need to be disabled during migration/maintenance window and need to prevent users doing accidental trigger.
There can be
enabled: trueconfig by default, matching current behavior, and the state can be changed using the api and the ui too.