uranusjr commented on a change in pull request #20945:
URL: https://github.com/apache/airflow/pull/20945#discussion_r789449297
##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -644,6 +644,7 @@ def deserialize_operator(cls, encoded_op: Dict[str, Any])
-> Union[BaseOperator,
deps=tuple(),
is_dummy=False,
template_fields=(),
+ template_ext=(),
Review comment:
This one needs to be “reset later” (as mentioned in the comment a few
lines above) like `template_fields`, but I couldn’t find where this is done
specifically. What do I need to do to make it work?
--
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]