kaxil commented on a change in pull request #11815:
URL: https://github.com/apache/airflow/pull/11815#discussion_r519828221
##########
File path: airflow/models/taskinstance.py
##########
@@ -1668,6 +1689,26 @@ def render_templates(self, context: Optional[Context] =
None) -> None:
self.task.render_template_fields(context)
+ def render_k8s_pod_yaml(self) -> Optional[str]:
Review comment:
Test added in 4ed8dc611 calls this method and verifies the generated POD
JSON
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]