You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyAirbyte should be able to be run multiple times simultaneously except for these conditions:
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.
DuckDB and/or MotherDuck may have their own limitations around concurrent writes.
The text was updated successfully, but these errors were encountered:
If we created a new cache for all the concurrent runs, then this should not be blocked, right? @aaronsteers
Do you think there can be other issues also?
@Udit107710 - To your question above, yes, I think this could be a valid workaround. I haven't personally reproed this issue; I've only heard from a user that this was an issue.
If anyone either has a workaround or has reproed the issue, this would be helpful and much appreciated data, either way. 🙏
PyAirbyte should be able to be run multiple times simultaneously except for these conditions:
The text was updated successfully, but these errors were encountered: