Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
materialize-webhook: require collection keys in field selection
Previously, collection keys (and all other fields) were forbidden from field selection. Since the runtime uses field selection to determine the composite keys that are sent into Load & are reduced then sent as Store requests, only a small subset of the full collection was being sent to the connector. This resulted in data loss. Adding this case statement helps prevent this unintentional document reduction from happening.
- Loading branch information