airbytehq / airbytehq/PyAirbyte
Running multiple copies of PyAirbyte for the same stream will lead to errors
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 344
- Fork
- 77
- Merge trung bình
- 1 ngày 11 giờ
- Pull request đã merge (30 ngày)
- 35
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.