This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a change to branch grid-fix-task-run-difference
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 89c90cbbd7 Remove Grid labels and differentiate runs from tasks more
     add 5d4a387c99 cache and typo fix (#22876)
     add 30ac99773c Call mapped_dependants only on the original task (#22904)
     add 2bb69508d8 Ensure that mapped TIs in BackfillJob have a start_date 
(#22946)
     add 3c5bc73579 Delete old Spark Application in SparkKubernetesOperator 
(#21092)
     add 8164c32858 Priority order tasks even when using pools (#22483)
     add 7ecf1cb824 Merge branch 'main' into grid-fix-task-run-difference

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |    3 +
 BREEZE.rst                                         | 1663 ++++++++++++++++++++
 airflow/jobs/backfill_job.py                       |   14 +-
 airflow/jobs/scheduler_job.py                      |  204 ++-
 airflow/models/taskmixin.py                        |    3 +-
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |   18 +-
 .../cncf/kubernetes/operators/spark_kubernetes.py  |    7 +-
 breeze-legacy                                      |    2 +-
 tests/dags/test_mapped_classic.py                  |    3 +
 tests/dags/test_mapped_taskflow.py                 |    1 +
 tests/jobs/test_backfill_job.py                    |   22 +-
 tests/jobs/test_scheduler_job.py                   |   39 +
 .../kubernetes/operators/test_spark_kubernetes.py  |   58 +-
 13 files changed, 1902 insertions(+), 135 deletions(-)

Reply via email to