forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated and unused methods / properties on DAG (apache#41440)
* Remove deprecated and unused methods / properties on DAG (cherry picked from commit 6bd4f83062151d427dab764bca123ba396eda6c0) * add newsfragment * fix test * fix test * Fix formatting --------- Co-authored-by: Tzu-ping Chung <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Removed unused methods / properties in 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters