https://prefect.io logo
Title
c

Clovis

09/06/2022, 8:55 AM
Hi everyone ! Since yesterday, all my Airbyte tasks are failing returning this kind of errors :
######## ERROR 1  
<...>
  File "/root/.local/lib/python3.9/site-packages/prefect/tasks/airbyte/airbyte.py", line 345, in run
    job_id, job_created_at = self._trigger_manual_sync_connection(
TypeError: cannot unpack non-iterable NoneType object 

######## ERROR 2 
<...>
  File "/root/.local/lib/python3.8/site-packages/prefect/tasks/airbyte/airbyte.py", line 333, in run
    job_status, job_created_at, job_updated_at = self._get_job_status(
TypeError: cannot unpack non-iterable NoneType object
The task failed even if the Airbyte sync is correctly launched. That’s odd because I did not make any modifications since yesterday on either 😛refect: Prefect or Airbyte. I first encountered this issue with prefect core v1.1.0, and I face the same behavior after upgrading my core version to v1.3.0. Have other people experienced this behavior ?
1
a

Anna Geller

09/10/2022, 12:25 AM
I have not seen any similar reports, have you solved that issue by now? did you perhaps change some package version?
might be worth reregistering your flow and trying in a new fresh env, and in the worst case maybe even recreating your Airbyte connection
c

Clovis

09/16/2022, 5:16 AM
Hi @Anna Geller! You were right, it was actually an issue with Airbyte and I had to refresh my connections to fix the problem with my flows 👍 Thanks for the reply 🙏
👍 1
:thank-you: 1