Shubham
02/07/2025, 10:58 AMkapa.ai
02/07/2025, 10:58 AMstreams
output to process each stream and it isn't applied any order function to that list result." This confirms that currently, streams within a single connection are processed serially, not in parallel. The order in which streams are synced is based on the order they appear in the connector's output, without any specific ordering applied. It's worth noting that Airbyte is working on implementing this feature, starting with the Stripe connector as a test case. In the future, this capability may be extended to other connectors, allowing for parallel syncing of multiple streams within a single connection.