hussein-awala commented on code in PR #31595:
URL: https://github.com/apache/airflow/pull/31595#discussion_r1209338711
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -381,6 +383,7 @@ def __init__(
self.deferrable = deferrable
self.poll_interval = poll_interval
self.remote_pod: k8s.V1Pod | None = None
+ self.log_pod_spec_on_failure = log_pod_spec_on_failure
Review Comment:
Indeed, there is a typo in the line where it is used
([fix](https://github.com/apache/airflow/pull/31595#discussion_r1209332736))
--
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]