Phúc Đinh Minh
12/07/2022, 2:02 AMFile "/usr/local/lib/python3.10/site-packages/anyio/_core/_tasks.py", line 118, in __exit__
raise TimeoutError
TimeoutError
During handling of the above exception, another exception occurred:
File "/usr/local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
raise to_exc(exc)
httpcore.ReadTimeout
I run prefect to orchestrate airbyte connection (airbyte local)jawnsy
12/07/2022, 2:23 AMPhúc Đinh Minh
12/07/2022, 2:25 AM@flow(name="realtime_app_revenue_admobs_tool_apps",
timeout_seconds=3600
)
async def base_flow_realtime_admobs_2():
airbyte_server = AirbyteServer()
await trigger_sync(
airbyte_server=airbyte_server,
connection_id=realtime_app_revenue_admobs_tool_apps,
poll_interval_s=60,
status_updates=True
)
Andrew Huang
12/07/2022, 2:30 AMPhúc Đinh Minh
12/07/2022, 2:34 AM