forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update existing significant newsfragments with the later introduced t…
…emplate format (apache#45678) * docs(newsfragments): add empty entities to significant newsfragments * docs(newsfragments): update existing siginificant newsfragments with template format * docs(newsfragments): fix typo in 41391, 41533 * docs(newsfragments): add type "Code interface change" * docs(newsfragments): aip-79: make it dependency change * docs(newsfragmenst): update 42042 change type Co-authored-by: Vincent <97131062+vincbeck@users.noreply.github.com> * docs(newsfragmenst): update 40029 change type Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> * docs(newsfragmenst): update 41758 change type Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> * docs(newsfragmenst): update 43612 change type Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> * docs(newsfragmenst): update 41808 change type Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> * docs(newsfragmenst): update 41774 change type Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> * docs(newsfragments): add description to each of the change type * docs(newsfragments): fix plural typo * docs(newsfragments): replace DAG as Dag * style(newsfragments): add type of change to significant * docs(newsfragments): fix type of changes typo * docs(newsfragments): unify ruff rules format --------- Co-authored-by: Vincent <97131062+vincbeck@users.noreply.github.com> Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
- Loading branch information
1 parent
51dbabc
commit d460972
Showing
115 changed files
with
2,094 additions
and
266 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
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
Removed deprecated ``allow_raw_html_descriptions`` option from UI Trigger forms. | ||
Removed deprecated airflow configuration ``webserver.allow_raw_html_descriptions`` from UI Trigger forms. | ||
|
||
* Types of change | ||
|
||
* [ ] Dag changes | ||
* [x] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes | ||
|
||
* Migration rules needed | ||
|
||
* ``airflow config lint`` | ||
|
||
* [x] ``webserver.allow_raw_html_descriptions`` |
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 |
---|---|---|
@@ -1 +1,12 @@ | ||
Removed dagbag deprecated ``store_serialized_dags`` parameter. Please use ``read_dags_from_db`` parameter. | ||
|
||
* Types of change | ||
|
||
* [ ] Dag changes | ||
* [ ] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes |
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
Removed deprecated ``processor_poll_interval`` configuration parameter from ``scheduler`` section. Please use ``scheduler_idle_sleep_time`` configuration parameter. | ||
|
||
* Types of change | ||
|
||
* [ ] Dag changes | ||
* [x] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes | ||
|
||
* Migration rules needed | ||
|
||
* ``airflow config lint`` | ||
|
||
* [x] ``scheduler.processor_poll_interval`` → ``scheduler.scheduler_idle_sleep_time`` |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,22 @@ | ||
``airflow.contrib`` modules have been removed | ||
|
||
All modules from ``airflow.contrib``, which were deprecated in Airflow 2, have been removed. | ||
|
||
* Types of change | ||
|
||
* [x] Dag changes | ||
* [ ] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes | ||
|
||
* Migration rules needed | ||
|
||
* ruff | ||
|
||
* AIR302 | ||
|
||
* [x] ``airflow.contrib.*`` |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,23 @@ | ||
**Breaking Change** | ||
|
||
The ``airflow.providers.standard.sensors.external_task.ExternalTaskSensorLink`` class has been removed. | ||
|
||
This class was deprecated and is no longer available. Users should now use | ||
the ``airflow.providers.standard.sensors.external_task.ExternalDagLink`` class directly. | ||
|
||
* Types of change | ||
|
||
* [x] Dag changes | ||
* [ ] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes | ||
|
||
* Migration rules needed | ||
|
||
* ruff | ||
|
||
* AIR302 | ||
|
||
* [x] ``airflow.sensors.external_task.ExternalTaskSensorLink`` → ``airflow.sensors.external_task.ExternalDagLink`` |
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 |
---|---|---|
@@ -1,6 +1,15 @@ | ||
**Breaking Change** | ||
The ``airflow.models.taskMixin.TaskMixin`` class has been removed. It was previously deprecated in favor of the ``airflow.models.taskMixin.DependencyMixin`` class. | ||
|
||
The ``airflow.models.taskMixin.TaskMixin`` class has been removed. It was previously | ||
deprecated in favor of the ``airflow.models.taskMixin.DependencyMixin`` class. | ||
If your code relies on ``TaskMixin``, please update it to use ``DependencyMixin`` instead | ||
to ensure compatibility with Airflow 3.0 and beyond. | ||
|
||
* Types of change | ||
|
||
* [x] Dag changes | ||
* [ ] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes |
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
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 |
---|---|---|
@@ -1,6 +1,15 @@ | ||
Experimental API is removed | ||
|
||
**Breaking Change** | ||
|
||
Experimental API is no longer available in Airflow. Users | ||
should transition to using Rest API as an alternative. | ||
|
||
* Types of change | ||
|
||
* [ ] Dag changes | ||
* [ ] Config changes | ||
* [x] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes |
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 |
---|---|---|
@@ -1,16 +1,28 @@ | ||
Removed unused methods / properties in models/dag.py | ||
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 | ||
* 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 |
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 |
---|---|---|
@@ -1,5 +1,26 @@ | ||
Removed deprecated methods in airflow/utils/dates.py | ||
Removed deprecated methods in ``airflow/utils/dates.py`` | ||
|
||
Methods removed: | ||
* date_range | ||
* days_ago (Use ``pendulum.today('UTC').add(days=-N, ...)``) | ||
* Methods removed | ||
|
||
* ``date_range`` | ||
* ``days_ago`` (Use ``pendulum.today('UTC').add(days=-N, ...)``) | ||
|
||
* Types of change | ||
|
||
* [x] Dag changes | ||
* [ ] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency changes | ||
* [ ] Code interface changes | ||
|
||
* Migration rules needed | ||
|
||
* ruff | ||
|
||
* AIR302 | ||
|
||
* [x] ``airflow.utils.dates.date_range`` | ||
* [x] ``airflow.utils.dates.days_ago`` → ``pendulum.today("UTC").add(days=-N, ...)`` |
Oops, something went wrong.