-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a logic to reset an individual stream #5317
Comments
@annalvova05 @lmossman @benmoriceau @gosusnp - I have updated this issue to clarify some of the questions that came up in grooming today. |
@evantahler is this complete? Does this mean self-hosted airbyte instances are able to reset individual streams within a connector now? |
Almost! We are soon going to release a version of the Airbyte platform & Airbyte protocol which supports per-stream state. From there, we'll be updating our source connectors to emit state messages per-stream, and destinations that can interpret those per-stream state messages. As connectors are upgraded, yes, Airbyte will be able rest individual streams! Some foundational work in the UI, for example can be seen in #14634 We will have more to share about this in the near future! |
Epic
Description
As part of this issue we need to build a way to reset the data for an individual stream.
New Requirements:
The requirements and implementation for this issue are laid out in this section of the spec.
The text was updated successfully, but these errors were encountered: