ashb commented on a change in pull request #11815:
URL: https://github.com/apache/airflow/pull/11815#discussion_r519896492



##########
File path: airflow/models/renderedtifields.py
##########
@@ -81,6 +84,26 @@ def get_templated_fields(cls, ti: TaskInstance, session: 
Session = None) -> Opti
         else:
             return None
 
+    @classmethod
+    @provide_session
+    def get_k8s_pod_yaml(cls, ti: TaskInstance, session: Session = None) -> 
Optional[str]:

Review comment:
       Yes, your tests show this returning an `optional[Dict]`
   
   ```
            self.assertEqual(expected_pod_yaml, RTIF.get_k8s_pod_yaml(ti=ti))
   ```
   
   (`expected_pod_yaml` is a python dict.)




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


Reply via email to