airbytehq / airbytehq/PyAirbyte
Running multiple copies of PyAirbyte for the same stream will lead to errors
未关闭
- 主要语言
- Python
- 星标
- 344
- 派生
- 77
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 35
描述
PyAirbyte should be able to be run multiple times simultaneously _except_ for these conditions:
1. Loading the same stream at the same time with two PyAirbyte instances is not supported. We do not block against this happening, but it will lead to race conditions, which could cause failures and/or data corruption.
2. DuckDB and/or MotherDuck may have their own limitations around concurrent writes.
贡献指南
评估
这个 Issue 还没有评估数据。