abdulbasitds commented on a change in pull request #6007: Improved and Fixed
Apache Glue hook/operator/sensor from [AIRFLOW-2310]
URL: https://github.com/apache/airflow/pull/6007#discussion_r380228727
##########
File path: airflow/contrib/hooks/aws_glue_job_hook.py
##########
@@ -152,7 +152,8 @@ def job_completion(self, job_name=None, run_id=None):
.format(run_id, job_run_state))
return {'JobRunState': job_run_state, 'JobRunId': run_id}
else:
- self.log.info("Polling for AWS Glue Job {} current run state
with status {}"
+ self.log.info("Polling for AWS Glue Job %s current run state
with status %s", job_name,job_run_state)
+
.format(job_name,job_run_state))
Review comment:
fixed this
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services