This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from c4b3694 Fix MyPy errors in leveldb (#20222)
add 5712e2b5 Deprecate passing execution_date to XCom methods (#19825)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 5 +
airflow/api/common/experimental/get_lineage.py | 26 +-
airflow/cli/commands/task_command.py | 5 +-
airflow/models/skipmixin.py | 2 +-
airflow/models/taskinstance.py | 36 +-
airflow/models/xcom.py | 96 ++--
airflow/providers/amazon/aws/operators/ecs.py | 5 +-
docs/spelling_wordlist.txt | 1 +
tests/models/test_xcom.py | 530 +++++++++++++++------
.../kubernetes/operators/test_kubernetes_pod.py | 9 +-
10 files changed, 498 insertions(+), 217 deletions(-)