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 7e8d189 Try to fix deprecation warnings from distutils update (#20420)
add 921db4c Log filename template records (#20165)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 6 ++
...2e7089_add_task_log_filename_template_model.py} | 45 ++++++++-------
airflow/models/dagrun.py | 35 ++++++++---
airflow/models/{errors.py => tasklog.py} | 26 +++++----
airflow/utils/cli.py | 3 +-
airflow/utils/db.py | 16 ++++++
airflow/utils/log/log_reader.py | 18 +++++-
airflow/www/views.py | 2 +-
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/www/views/test_views_log.py | 67 +++++++++++++++++++++-
10 files changed, 175 insertions(+), 47 deletions(-)
copy
airflow/migrations/versions/{142555e44c17_add_data_interval_start_end_to_dagmodel_and_dagrun.py
=> f9da662e7089_add_task_log_filename_template_model.py} (50%)
copy airflow/models/{errors.py => tasklog.py} (54%)