subkanthi commented on a change in pull request #20271:
URL: https://github.com/apache/airflow/pull/20271#discussion_r768208463



##########
File path: airflow/providers/airbyte/hooks/airbyte.py
##########
@@ -71,7 +71,7 @@ def wait_for_job(
                 raise AirflowException(f"Timeout: Airbyte job {job_id} is not 
ready after {timeout}s")
             time.sleep(wait_seconds)
             try:
-                job = self.get_job(job_id=job_id)
+                job = self.get_job(int(job_id=job_id))

Review comment:
       Yes, I was quick to mark the PR as draft because I noticed 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to