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 8f2cf41538 Fix reraise outside of try block in
`AzureSynapsePipelineRunLink.get_fields_from_url` (#36009)
add c26aa12bcc [AIP-44] Introduce Pydantic model for LogTemplate (#36004)
No new revisions were added by this update.
Summary of changes:
airflow/api_internal/endpoints/rpc_api_endpoint.py | 1 +
airflow/models/dagrun.py | 18 ++++++++++++++----
airflow/serialization/enums.py | 1 +
airflow/serialization/pydantic/dag_run.py | 1 +
.../serialization/pydantic/tasklog.py | 17 +++++++++--------
airflow/serialization/serialized_objects.py | 7 ++++++-
tests/serialization/test_serialized_objects.py | 8 ++++++++
7 files changed, 40 insertions(+), 13 deletions(-)
copy tests/dags_with_system_exit/b_test_scheduler_dags.py =>
airflow/serialization/pydantic/tasklog.py (70%)