usedatabrew / blink

OpenSource data platform to build event-driven systems. It's like Deebezium for golang :)
https://docs.databrew.tech/open-source/prerequisites
MIT License
22 stars 1 forks source link

fix(): apply insert ops for postgres sink when pk is missing #15

Closed le-vlad closed 8 months ago

le-vlad commented 8 months ago

Change Type

Define the type of change your pull request will bring to the repo

Breaking Changes

Does your pull request introduce breaking changes?

Description

Previously, we expected the schema to have a pk for the record. So prev implementation couldn't work when we didn't have pk from Sources like WebSocket

Testing

Describe how you have tested the changes or how we should test the changes:

Checklist

Please confirm the following:

Reviewers

Please add any appropriate reviewers for your PR.

Additional context

PR closes #14