-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add interval
to the capture
create/edits
#1194
Comments
The column, |
The capture interval field has four options in the time unit menu: seconds, minutes, hours, and interval (in that order). The interval option was added to support capture intervals that span more than one time unit (e.g., four hours and thirty minutes). Please note the following characteristics:
@dyaffe let me know if you would like any changes to the described behavior. |
@kiahna-tucker, I'm admittedly having a bit of trouble following exactly what the implementation is above but I think it's likely fine. For reference, when users input time intervals in other parts of the system, we usually just provide a list of preset values they can choose. Eg. 0s, 30s, 1m, 5m, 15m, 30m, 1h, 2h, 4h which would also be fine. |
Edge casesAssume the max is around 584,942,417,355 years however that fails (but it can change based on the system)
|
In the UI/UX meeting held on 10/30, the team decided to considerably simplify the capture |
Looks great to me |
Release Note: As of 11/15 at 9:40am, there are no capture connectors that have |
Waiting On estuary/flow#1750
We need to add the
interval
property on the process for creating and editingCaptures
. This will be added in a similar space asbackfill' and
auto discover` stuff. This field should really only be shown for certain connectors as it does not always make sense.Design
The input should end up something like this:
Spec
The text was updated successfully, but these errors were encountered: