Add allowed_run_types
parameter to Dag class
#45146
Labels
area:API
Airflow's REST/HTTP API
area:core
area:UI
Related to UI/UX. For Frontend Developers.
kind:feature
Feature Requests
Body
Some workflows are designed to be purely automatic. We should allow the capability for DAG author to declare DAG as scheduled run only. This means:
To allow flexibility I'm proposing the
allowed_run_types
should be enum['Scheduled', 'Backfill', 'Manual']
where user choose what to set. Thus we need to define the set of allowed rules per type.Committer
The text was updated successfully, but these errors were encountered: