Research how duration
s are getting serialized
#1750
Labels
question
Further information is requested
duration
s are getting serialized
#1750
Question
How are
duration
s getting serialized and handled? Doesrust
vsgo
connectors matter? Are there limitations, etc. Also, can we updateinterval
(and possibly ALL durations?) to use something like the duration format to make the spec more explicit.Background
The
interval
property in thecapture
spec is not exactly what it seems if you just read the spec. It has a pattern of^\d+(s|m|h)$
. However, when the spec is submitted the server will serialize the value to a different pattern. This means that the UI and users have to manage this conversion.Related
UI task - estuary/ui#1194
Spec
The text was updated successfully, but these errors were encountered: