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

Add Sync Version Number/Column Changed to SQL Change #710

Open
nicdillon opened this issue Mar 6, 2023 · 0 comments
Open

Add Sync Version Number/Column Changed to SQL Change #710

nicdillon opened this issue Mar 6, 2023 · 0 comments
Labels
enhancement New feature or request P1 trigger
Milestone

Comments

@nicdillon
Copy link

I am attempting to use SQL Trigger functions to generate webhooks if and only if we see specific columns change from X value to Y value, but noticed the SQL Changes only include the updated data of the row and no way to determine which change version that data belongs to, or which columns were changed.

Would it be possible to include the sync version of SQL change as well as the name of the column(s) changed (when Change Tracking with the TRACK_COLUMNS_UPDATED flag is enabled)?

Simply adding two new properties to the SQL Change with that version number and a list of columns changed would be great!

@nicdillon nicdillon changed the title Add Sync Version Number to SQL Change Add Sync Version Number/Column Changed to SQL Change Mar 6, 2023
@Charles-Gagnon Charles-Gagnon added enhancement New feature or request trigger labels Mar 6, 2023
@Charles-Gagnon Charles-Gagnon added this to the Trigger GA milestone Mar 6, 2023
@MaddyDev MaddyDev added the P1 label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 trigger
Projects
None yet
Development

No branches or pull requests

3 participants