This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 537ca7bd21a Use consistent field names between render tests (#45843)
add 0e7c6399012 Use Task SDK's Context dict in `models/taskinstance.py`
(#45834)
No new revisions were added by this update.
Summary of changes:
.../cli/commands/remote_commands/task_command.py | 4 +-
airflow/models/baseoperator.py | 2 +
airflow/models/taskinstance.py | 133 ++++++++++-----------
airflow/utils/context.py | 35 ++----
scripts/ci/pre_commit/template_context_key_sync.py | 63 ++++++++--
task_sdk/src/airflow/sdk/types.py | 3 +
.../commands/remote_commands/test_task_command.py | 4 +-
tests/models/test_dagrun.py | 8 +-
tests/models/test_taskinstance.py | 15 ++-
tests/sensors/test_external_task_sensor.py | 29 ++++-
10 files changed, 174 insertions(+), 122 deletions(-)