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/14 05:51:17 UTC

[airflow] branch main updated (d48a3a3 -> 13fa172)

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 d48a3a3  Add TaskMap and TaskInstance.map_id (#20286)
     add 13fa172  Add ElasticSearch log_id_template to tracking model (#20822)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                                  |  2 +-
 .../f9da662e7089_add_task_log_filename_template_model.py     |  1 +
 airflow/models/tasklog.py                                    |  4 +++-
 airflow/utils/db.py                                          | 12 +++++++++---
 tests/utils/test_task_handler_with_custom_formatter.py       |  8 +++++++-
 tests/www/views/test_views_log.py                            |  8 +++++++-
 6 files changed, 28 insertions(+), 7 deletions(-)