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 9eb1a1c  Improve StatusBox rendering in Grid view (#22170)
     add d08284e   Add map_index to XCom model and interface (#22112)

No new revisions were added by this update.

Summary of changes:
 ...c306b5b5ae4a_switch_xcom_table_to_use_run_id.py |  14 +-
 airflow/models/xcom.py                             | 145 ++++++++++++++-------
 airflow/operators/trigger_dagrun.py                |   2 +-
 airflow/providers/amazon/aws/operators/emr.py      |   2 +-
 airflow/providers/dbt/cloud/operators/dbt.py       |   2 +-
 airflow/providers/google/cloud/links/base.py       |   2 +-
 airflow/providers/google/cloud/links/dataproc.py   |   4 +-
 .../providers/google/cloud/operators/bigquery.py   |  27 ++--
 .../google/cloud/operators/dataproc_metastore.py   |   4 +-
 .../providers/google/cloud/operators/mlengine.py   |  22 +++-
 .../microsoft/azure/operators/data_factory.py      |   2 +-
 airflow/providers/qubole/operators/qubole.py       |   2 +-
 airflow/www/views.py                               |   2 +
 docs/apache-airflow/migrations-ref.rst             |   2 +-
 tests/models/test_xcom.py                          |  10 +-
 tests/serialization/test_dag_serialization.py      |   2 +-
 16 files changed, 167 insertions(+), 77 deletions(-)

Reply via email to