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 91c958d Fix failing exec in Breeze (#22623)
add 143702e Fix /rendered-templates for mapped operator (#22396)
No new revisions were added by this update.
Summary of changes:
airflow/decorators/base.py | 1 +
airflow/models/abstractoperator.py | 2 +-
airflow/models/baseoperator.py | 30 ++++++-------
airflow/models/mappedoperator.py | 31 +++++++++----
airflow/models/taskinstance.py | 54 +++++++++++++----------
airflow/serialization/serialized_objects.py | 63 +++++++++++++++------------
airflow/www/views.py | 18 +++++---
tests/serialization/test_dag_serialization.py | 24 +++++++++-
8 files changed, 140 insertions(+), 83 deletions(-)