This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 5011cb3 MyPy airflow/timetables fix (#20275)
add 181d60cd Lazy Jinja2 context (#20217)
No new revisions were added by this update.
Summary of changes:
airflow/models/baseoperator.py | 25 +++++++++-----
airflow/models/param.py | 3 +-
airflow/models/xcom_arg.py | 5 +--
airflow/ti_deps/deps/trigger_rule_dep.py | 15 +++++++--
airflow/utils/context.py | 57 +++++++++++++++++++++++---------
airflow/utils/helpers.py | 50 +++++++++++++++++++++++++---
airflow/utils/log/file_task_handler.py | 21 +++++-------
tests/conftest.py | 1 +
tests/models/test_taskinstance.py | 21 ++++++++++++
9 files changed, 152 insertions(+), 46 deletions(-)