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 20d8142869 Fix scheduler logic to plan new dag runs by ignoring manual
runs (#34027)
add ef85c673d8 Reuse _run_task_session in mapped render_template_fields
(#33309)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/task_command.py | 4 +-
airflow/models/mappedoperator.py | 15 ++-
airflow/models/taskinstance.py | 167 +++++++++++------------
airflow/utils/task_instance_session.py | 60 +++++++++
tests/decorators/test_python.py | 52 ++++----
tests/models/test_mappedoperator.py | 233 +++++++++++++++++----------------
tests/models/test_renderedtifields.py | 132 ++++++++++---------
tests/models/test_xcom_arg_map.py | 14 +-
8 files changed, 377 insertions(+), 300 deletions(-)
create mode 100644 airflow/utils/task_instance_session.py