Clovis
03/18/2022, 10:24 AMFailed
status but, I don't know why, prefect considers the task as successful (cf. my screenshot in attachment).
It's a blocking point from my point of view as it prevents me from relying on prefect and therefore forces me to double-check each time with Airbyte.
Maybe this issue comes from my code but I don't see why ?
sync_airbyte_connection = AirbyteConnectionTask(
max_retries=3, retry_delay=timedelta(seconds=10), timeout=timedelta(minutes=30),
)
with Flow("my flow", run_config=UniversalRun()) as flow:
airbyte_sync = sync_airbyte_connection(
<connection_infos>,
)
[...]
flow.set_reference_tasks([
airbyte_sync
])
Anna Geller
Clovis
03/18/2022, 1:44 PM{
"system_information": {
"prefect_backend": "cloud",
"prefect_version": "0.15.11",
[...],
}
}
My bad, I thought that running flow with a cloud backend would natively carry on new release and update feature without manual intervention.
Beside my agents, is there something else to upgrade ?Anna Geller
Clovis
03/18/2022, 1:56 PMAnna Geller
Clovis
03/18/2022, 2:32 PM{
"env": null,
"type": "UniversalRun",
"labels": [
"..."
],
"__version__": "1.1.0"
}