This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 85842d4082b Added state validation to delete dag run endpoint (#60195)
add 91af86ecbef Fix log task instance join (#59973)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/models/log.py | 9 ++--
airflow-core/tests/unit/models/test_log.py | 84 ++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+), 4 deletions(-)
create mode 100644 airflow-core/tests/unit/models/test_log.py