Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions airflow-core/src/airflow/serialization/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: ``<callable fingerprint(MD5) hash_value``
If ``templated_field`` is provided via a callable then
return the following serialized value: ``<callable full_qualified_name>``

If ``templated_field`` contains a class or instance that requires recursive
templating, store them as strings. Otherwise simply return the field as-is.
Expand Down