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 35552b8 Bump upper bound version of jsonschema to 5.0 (#21712)
add 46a337c Implement mapped value unpacking (#21641)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/task_command.py | 2 -
airflow/decorators/base.py | 112 +++++----
airflow/executors/debug_executor.py | 1 -
airflow/jobs/backfill_job.py | 2 +-
airflow/models/abstractoperator.py | 147 ++++++++++-
airflow/models/baseoperator.py | 110 +-------
airflow/models/mappedoperator.py | 280 ++++++++++++++++-----
airflow/models/renderedtifields.py | 2 +-
airflow/models/taskinstance.py | 57 ++---
airflow/serialization/serialized_objects.py | 6 +-
airflow/www/views.py | 4 +-
tests/dags/test_mapped_classic.py | 10 +-
tests/decorators/test_python.py | 24 +-
tests/models/test_baseoperator.py | 9 +-
tests/models/test_taskinstance.py | 139 ++++++++++
.../snowflake/transfers/test_snowflake_to_slack.py | 12 +-
tests/serialization/test_dag_serialization.py | 24 +-
17 files changed, 659 insertions(+), 282 deletions(-)