moiseenkov commented on code in PR #37998:
URL: https://github.com/apache/airflow/pull/37998#discussion_r1521550867
##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -512,6 +514,33 @@ def get_job(self, job_name: str, namespace: str) -> V1Job:
"""
return self.batch_v1_client.read_namespaced_job(name=job_name,
namespace=namespace, pretty=True)
+ def get_job_status(self, job_name: str, namespace: str) -> V1Job:
+ """Get job with status of specified name from Google Cloud.
Review Comment:
My bad! Thanks for noticing!
--
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]