dstandish commented on code in PR #27433:
URL: https://github.com/apache/airflow/pull/27433#discussion_r1016126450


##########
airflow/providers/cncf/kubernetes/decorators/kubernetes.py:
##########
@@ -57,7 +57,12 @@ def _read_file_contents(filename):
 class _KubernetesDecoratedOperator(DecoratedOperator, KubernetesPodOperator):
     custom_operator_name = "@task.kubernetes"
 
-    template_fields: Sequence[str] = ("op_args", "op_kwargs")
+    # This allows for jinja template rendering of the template_fields passed
+    # to the KubernetesPodOperator.

Review Comment:
   ```suggestion
   ```



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