Skip to content

Commit

Permalink
Add comment in sync_and_poll
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 26, 2024
1 parent 6dc078a commit 7009a22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ def sync_and_poll(
)

time.sleep(poll_interval)
# We return these job details in the AirbyteOutput when the job succeeds
poll_job_details = self.get_job_details(job.id)
job = AirbyteJob.from_job_details(job_details=poll_job_details)
if job.status in (
Expand Down

0 comments on commit 7009a22

Please sign in to comment.