You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/12/14 18:41:14 UTC

[airflow] branch main updated (1570519 -> d8e190c)

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

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


    from 1570519  Fix MyPy errors for google.cloud.transfers (#20229)
     add d8e190c  Fix mypy typing for airflow/models and their tests (#20272)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/experimental/mark_tasks.py |  4 +-
 airflow/models/baseoperator.py                | 67 ++++++++++++++-------------
 airflow/models/connection.py                  |  2 +-
 airflow/models/dag.py                         |  4 +-
 airflow/models/param.py                       |  8 ++--
 airflow/models/taskinstance.py                |  4 +-
 airflow/models/xcom.py                        |  3 +-
 airflow/models/xcom_arg.py                    |  9 ++--
 airflow/ti_deps/deps/trigger_rule_dep.py      |  9 ++--
 airflow/utils/context.py                      |  9 ++--
 airflow/utils/context.pyi                     |  3 +-
 tests/core/test_core.py                       | 44 ------------------
 tests/models/test_baseoperator.py             | 39 ++++++++++++++++
 tests/models/test_dag.py                      |  4 +-
 14 files changed, 107 insertions(+), 102 deletions(-)