o-nikolas commented on issue #26203: URL: https://github.com/apache/airflow/issues/26203#issuecomment-1905037355
There have been a lot of updates to this code since this issue was cut. After having a closer look, while we wait in a while loop for the job to complete we call `self._handle_state(...)` each iteration. Within that we call: https://github.com/apache/airflow/blob/ba20d06b5e8ae47cf684306c55dbef14c4e791f1/airflow/providers/amazon/aws/hooks/glue.py#L324-L329 So I suspect we're "continuously" getting glue logs these days while waiting for a job. Can you confirm that latest main solves your original concern @nikhi-suthar? Thanks! -- 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]
