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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from ac3bd8a  Support extra config options for Sentry (#8911)
     add ecf2f84  Use namedtuple for TaskInstanceKeyType (#9712)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/base_executor.py       | 29 ++++++++--------
 airflow/executors/celery_executor.py     | 12 +++----
 airflow/executors/dask_executor.py       |  6 ++--
 airflow/executors/debug_executor.py      |  6 ++--
 airflow/executors/kubernetes_executor.py | 16 ++++-----
 airflow/executors/local_executor.py      | 16 ++++-----
 airflow/executors/sequential_executor.py |  4 +--
 airflow/jobs/backfill_job.py             | 22 ++++++------
 airflow/jobs/scheduler_job.py            | 35 ++++++++++----------
 airflow/models/taskinstance.py           | 57 ++++++++++++++++++++++++--------
 tests/executors/test_base_executor.py    |  7 ++--
 tests/jobs/test_scheduler_job.py         |  6 ++--
 tests/test_utils/mock_executor.py        |  3 +-
 13 files changed, 125 insertions(+), 94 deletions(-)

Reply via email to