airbytehq / airbytehq/PyAirbyte
Running multiple copies of PyAirbyte for the same stream will lead to errors
オープン
- 主要言語
- Python
- スター
- 344
- フォーク
- 77
- 平均マージ
- 1日 11時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。