ephraimbuddy commented on code in PR #63871:
URL: https://github.com/apache/airflow/pull/63871#discussion_r3200599672


##########
airflow-core/src/airflow/serialization/helpers.py:
##########
@@ -32,7 +32,7 @@
     from airflow.timetables.base import Timetable as CoreTimetable
 
 
-def serialize_template_field(template_field: Any, name: str) -> str | dict | 
list | int | float:
+def serialize_template_field(template_field: Any, name: str) -> str | dict | 
list | int | float | bool:

Review Comment:
   The task-sdk side is a parallel implementation and should be patched too. 



-- 
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]

Reply via email to