pankajkoti commented on PR #37279: URL: https://github.com/apache/airflow/pull/37279#issuecomment-1938781390
> Subclasses of KPO still call the execute_complete method - https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/operators/kubernetes_engine.py#L584-L593 > > Is this expected? Yes, I think that should not break. The existing public method names should continue to work as they were. I think you've caught the cause for issue in https://github.com/apache/airflow/pull/37279#issuecomment-1938777428. Thanks for the help in testing and identifying the issue. We will fix this cc: @pankajastro -- 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]
