You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For conventional incremental, the UI should force the user to set the cursor field.
For cdc incremental, the UI should not let the user set a cursor field.
Current Behavior
Currently UI allows all incremental (CDC or incremental) to set a cursor field but does not require. This isn't really ever the right behavior. Though we can workaround (and release without fixing)
The upside of the current behavior is that both conventional and CDC incremental are workable in the UI. Though it is easy to make mistakes and get confused.
Additional context
we need to...
Make it possible for the UI (or anyone using the API) to distinguish when a source is configured for conventional or CDC incremental. We do not current expose enough info for this.
Have the UI follow the expected behavior mentioned above.
Expected Behavior
Current Behavior
Additional context
we need to...
@jrhizor fyi
The text was updated successfully, but these errors were encountered: