ferruzzi commented on code in PR #46950: URL: https://github.com/apache/airflow/pull/46950#discussion_r1968888293
########## providers/amazon/src/airflow/providers/amazon/aws/hooks/glue.py: ########## @@ -270,7 +274,7 @@ def display_logs_from(log_group: str, continuation_token: str | None) -> str | N self.log.info("No new log from the Glue Job in %s", log_group) return next_token - log_group_prefix = self.conn.get_job_run(JobName=job_name, RunId=run_id)["JobRun"]["LogGroupName"] + log_group_prefix = job_run["LogGroupName"] Review Comment: Ah, nice, I'm glad you can make that one call multi-purpose down here too. That works out nicely. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org