You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/22 17:05:33 UTC

[airflow] branch main updated (2ab2ae8 -> 84a59a6)

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

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


    from 2ab2ae8  Fix backwards compatibility issue in AWS provider's _get_credentials (#20463)
     add 84a59a6  Fix MyPy issues in Core airflow packages (#20425)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/task_group.py                   | 62 +++++++++++++++++-----
 .../example_dags/example_task_group_decorator.py   | 10 ++--
 airflow/example_dags/plugins/workday.py            |  3 +-
 airflow/hooks/subprocess.py                        | 16 +++---
 airflow/jobs/scheduler_job.py                      |  8 +--
 airflow/models/trigger.py                          |  4 +-
 airflow/operators/branch.py                        |  7 +--
 airflow/operators/datetime.py                      |  5 +-
 airflow/operators/latest_only.py                   |  5 +-
 airflow/operators/python.py                        |  7 ++-
 airflow/operators/sql.py                           |  5 +-
 airflow/operators/trigger_dagrun.py                |  9 ++--
 airflow/operators/weekday.py                       |  5 +-
 airflow/sensors/python.py                          |  4 +-
 airflow/triggers/base.py                           |  2 +-
 airflow/utils/context.py                           |  7 ++-
 airflow/utils/context.pyi                          |  4 +-
 airflow/utils/state.py                             |  8 +++
 tests/operators/test_sql.py                        |  4 +-
 19 files changed, 116 insertions(+), 59 deletions(-)