Clovis
09/06/2022, 8:55 AM######## 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 ?Anna Geller
09/10/2022, 12:25 AMClovis
09/16/2022, 5:16 AM