Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 630 Bytes

41440.significant.rst

File metadata and controls

28 lines (24 loc) · 630 Bytes

Removed unused methods / properties in airflow/models/dag.py

  • Methods removed
    • date_range
    • is_fixed_time_schedule
    • next_dagrun_after_date
    • get_run_dates
    • normalize_schedule
    • full_filepath
    • concurrency
    • filepath
    • concurrency_reached
    • normalized_schedule_interval
    • latest_execution_date
    • set_dag_runs_state
    • bulk_sync_to_db
  • Types of change
    • [x] Dag changes
    • [ ] Config changes
    • [ ] API changes
    • [ ] CLI changes
    • [ ] Behaviour changes
    • [ ] Plugin changes
    • [ ] Dependency changes
    • [ ] Code interface changes