moiseenkov commented on code in PR #38251:
URL: https://github.com/apache/airflow/pull/38251#discussion_r1827264764


##########
airflow/providers/cncf/kubernetes/operators/job.py:
##########
@@ -188,6 +225,7 @@ def on_kill(self) -> None:
             kwargs = {
                 "name": job.metadata.name,
                 "namespace": job.metadata.namespace,
+                "job": 
self.hook.batch_v1_client.api_client.sanitize_for_serialization(self.job),

Review Comment:
   Hi @marekhanus ,
   This seems to be a bug, and I'm sorry for introducing it. I'd be able to fix 
it in a couple of weeks. But if you feel you can do it sooner, please feel free 
to submit your own PR and let me know about it.
   Thank you for paying attention to it.



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