diff --git a/airflow-core/src/airflow/serialization/helpers.py b/airflow-core/src/airflow/serialization/helpers.py index 5367865673f04..f9b7c56cfb4b5 100644 --- a/airflow-core/src/airflow/serialization/helpers.py +++ b/airflow-core/src/airflow/serialization/helpers.py @@ -34,8 +34,8 @@ def serialize_template_field(template_field: Any, name: str) -> str | dict | lis """ Return a serializable representation of the templated field. - If ``templated_field`` is provided via a callable, compute MD5 hash of source - and return following serialized value: ```` If ``templated_field`` contains a class or instance that requires recursive templating, store them as strings. Otherwise simply return the field as-is.