You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/01/26 06:12:23 UTC

[airflow] branch main updated (1562846 -> dff536e)

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 1562846  Update logging-tasks.rst (#21088)
     add dff536e  Add max_map_size to limit XCom task mapping size (#20976)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml          |  9 +++++++++
 airflow/config_templates/default_airflow.cfg |  5 +++++
 airflow/exceptions.py                        | 18 ++++++++++++++---
 airflow/models/taskinstance.py               |  9 ++++++---
 tests/models/test_taskinstance.py            | 30 +++++++++++++++++++++++++---
 5 files changed, 62 insertions(+), 9 deletions(-)