potiuk commented on code in PR #60065:
URL: https://github.com/apache/airflow/pull/60065#discussion_r2667319103
##########
airflow-core/src/airflow/serialization/helpers.py:
##########
@@ -33,6 +34,9 @@ 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: ``<function fingerprint(MD5)
hash_value``
Review Comment:
```suggestion
and return following serialized value: ``<callable fingerprint(MD5)
hash_value``
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]