You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/19 01:43:53 UTC

[GitHub] [airflow] letianw91 commented on a change in pull request #6007: Improved and Fixed Apache Glue hook/operator/sensor from [AIRFLOW-2310]

letianw91 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_r368259069
 
 

 ##########
 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:
   This line is now redundant, and will cause errors.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services