romsharon98 commented on code in PR #43938:
URL: https://github.com/apache/airflow/pull/43938#discussion_r1847703975
##########
providers/src/airflow/providers/cncf/kubernetes/operators/job.py:
##########
@@ -273,7 +273,6 @@ 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:
removed in this PR https://github.com/apache/airflow/pull/44131, try to
rebase
--
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]