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


##########
airflow/utils/sqlalchemy.py:
##########
@@ -153,6 +158,75 @@ def process_result_value(self, value, dialect):
         return BaseSerialization.deserialize(value)
 
 
+def sanitize_for_serialization(obj: V1Pod):

Review Comment:
   this is copied from 
https://github.com/kubernetes-client/python/blob/master/kubernetes/client/api_client.py#L202
   
   i'll point out the only differenc below (line 203)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to