This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard 5ad965d Avoid unintentional data loss when deleting DAGs (#20758)
discard 2785e19 Deprecate some functions in the experimental API (#19931)
discard 2a934b3 Fix session usage in ``/rendered-k8s`` view (#21006)
discard 91ec7b2 Helper for provide_session-decorated functions (#20104)
discard 25c515e Type-annotate SkipMixin and BaseXCom (#20011)
discard b7438f7 Fix 'airflow dags backfill --reset-dagruns' errors when run
twice (#21062)
discard 753556f Do not set `TaskInstance.max_tries` in `refresh_from_task`
(#21018)
discard 4dff21d Update `version_added` for `[email] from_email` (#21138)
discard 000145b Improved instructions for custom image build with docker
compose (#21052)
discard fb9a45e Add back legacy .piprc customization for pip (#21124)
discard 46f7508 Update logging-tasks.rst (#21088)
discard 53d89b8 name mismatch (#21055)
discard 40960c2 Update v1.yaml (#21024)
discard 512a10a Return to the same place when triggering a DAG (#20955)
discard e671b92 Add downgrade to some FAB migrations (#20874)
new ba17fa3 Return to the same place when triggering a DAG (#20955)
new 84ef8d5 Update v1.yaml (#21024)
new 8eeb3ea name mismatch (#21055)
new abf8c03 Update logging-tasks.rst (#21088)
new 243f44d Add back legacy .piprc customization for pip (#21124)
new 4633cf3 Improved instructions for custom image build with docker
compose (#21052)
new f02ae31 Update `version_added` for `[email] from_email` (#21138)
new c347d80 Do not set `TaskInstance.max_tries` in `refresh_from_task`
(#21018)
new 5fa0e13 Fix 'airflow dags backfill --reset-dagruns' errors when run
twice (#21062)
new 0cc934c Type-annotate SkipMixin and BaseXCom (#20011)
new d572161 Helper for provide_session-decorated functions (#20104)
new 928e095 Fix session usage in ``/rendered-k8s`` view (#21006)
new c0fbf27 Deprecate some functions in the experimental API (#19931)
new 0740c08 Avoid unintentional data loss when deleting DAGs (#20758)
new 762abfb Removed duplicated dag_run join in Dag.get_task_instances()
(#20591)
new 30b0d98 bugfix: deferred tasks does not cancel when DAG is marked
fail (#20649)
new ec60dd7 Handle stuck queued tasks in Celery for db backend(#19769)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5ad965d)
\
N -- N -- N refs/heads/v2-2-test (ec60dd7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/api/common/experimental/mark_tasks.py | 121 +++++++++----
airflow/config_templates/config.yml | 7 +
airflow/config_templates/default_airflow.cfg | 3 +
airflow/executors/celery_executor.py | 52 ++++++
.../2c6edca13270_resource_based_permissions.py | 29 ---
.../849da589634d_prefix_dag_permissions.py | 70 +-------
...ad25_resource_based_permissions_for_default_.py | 29 ---
airflow/models/dag.py | 1 -
tests/executors/test_celery_executor.py | 197 +++++++++++++++++++--
9 files changed, 328 insertions(+), 181 deletions(-)