<@U04SE163WC8> How do I refresh one stream in a co...
# ask-ai
g
@kapa.ai How do I refresh one stream in a connection?
u
To refresh a single stream in an Airbyte connection, you can follow these steps: 1. Navigate to the Connection's status page. 2. Find the specific stream you want to refresh. 3. Click on the three grey dots next to that stream. 4. Select "Refresh stream" from the options. This action will repull all historical data for just that specific stream, without affecting other streams in the connection. It's important to note that while you can refresh a single stream, this will still initiate a normal sync for other enabled streams in the connection. Currently, Airbyte does not have the capability to sync only one stream at a time without affecting others. After refreshing the stream, you will need to sync the connection again to reload the data for that stream. [Source: Airbyte Documentation](https://docs.airbyte.com/cloud/managing-airbyte-cloud/review-connection-status#per-stream-actions) Keep in mind that this feature is available, but Airbyte is working on improving the functionality for more precise per-stream syncs in the future.