prabhusneha commented on code in PR #48648:
URL: https://github.com/apache/airflow/pull/48648#discussion_r2028401540
##########
airflow-core/src/airflow/serialization/helpers.py:
##########
@@ -71,7 +66,7 @@ def translate_tuples_to_lists(obj: Any):
)
return serialized
else:
- if not template_field:
+ if not template_field and not isinstance(template_field, tuple):
Review Comment:
I can add a comment to state the reason for this check
--
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]