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
estuary-cdk: add SnapshotResource subclass of Resource
Snapshot bindings always use the same key (`/_meta/row_id`), initial state
(`ResourceState()`), and reduction strategy (`lastWriteWins`). `SnapshotResource`
encodes these invariants as defaults so connectors don't need to repeat them.
0 commit comments