Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch on several columns when polling in incrementing mode #102

Open
ThomasDangleterre opened this issue Nov 15, 2021 · 1 comment
Open

Comments

@ThomasDangleterre
Copy link

Hello,

Is there a way to specify multiple columns or a composite primary key when using incrementing mode for a source connector ?
I wanna be able to poll data if one of them are updated.

Regards.

@elakito
Copy link
Collaborator

elakito commented Dec 17, 2021

No. But I suppose we could make the incrementing column property to take multiple names and build the where-clause as col1 >= ... and col2 >= ... instead of the current single value where-clause col > ....
Contributions are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants