ephraimbuddy commented on code in PR #44279:
URL: https://github.com/apache/airflow/pull/44279#discussion_r1853416369


##########
providers/src/airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -2592,8 +2592,15 @@ def _submit_job(
             nowait=True,
         )
 
-    @staticmethod
-    def _handle_job_error(job: BigQueryJob | UnknownJob) -> None:
+    def _handle_job_error(self, job: BigQueryJob | UnknownJob) -> None:
+        self.log.debug("Job %s is completed. checking the job status", 
self.job_id)

Review Comment:
   ```suggestion
           self.log.debug("Job %s is completed. Checking the job status", 
self.job_id)
   ```



-- 
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]

Reply via email to