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 005cef0 Reorder migrations to include bugfix in 2.2.4 (#21598)
add 0ebd642 Switch XCom implementation to use run_id (#20975)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 9 +-
airflow/api_connexion/endpoints/xcom_endpoint.py | 8 +-
...c306b5b5ae4a_switch_xcom_table_to_use_run_id.py | 140 ++++++++++++++++++++
airflow/models/base.py | 9 +-
airflow/models/taskinstance.py | 2 +-
airflow/models/xcom.py | 135 ++++++++++---------
airflow/utils/db.py | 6 +-
airflow/www/views.py | 11 +-
docs/apache-airflow/migrations-ref.rst | 8 +-
.../api_connexion/endpoints/test_xcom_endpoint.py | 146 ++++++++++-----------
tests/api_connexion/schemas/test_xcom_schema.py | 146 ++++++++++-----------
tests/models/test_param.py | 5 +-
tests/models/test_xcom.py | 29 ++--
tests/operators/test_latest_only_operator.py | 28 ++--
tests/operators/test_sql.py | 4 +-
tests/operators/test_weekday.py | 6 +-
.../kubernetes/operators/test_kubernetes_pod.py | 42 +++---
tests/serialization/test_dag_serialization.py | 15 ++-
18 files changed, 462 insertions(+), 287 deletions(-)
create mode 100644
airflow/migrations/versions/c306b5b5ae4a_switch_xcom_table_to_use_run_id.py