Is your feature request related to a problem? Please describe.
I have a job that monitors a single field in a table, which is basically a single line. I have additions_only enabled, but since it's just a single line, when goes missing triggers the safeguard about 75%.
Describe the solution you'd like.
I want to just receive the changes for this field. I don't care about deletions, so it would be nice to have a flag like disable_safeguard when we have this small values that can go missing.
Describe alternatives you've considered.
I couldn't think about anything, but maybe a diff with some kind of regex instead of using additions_only.
Additional context.
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
I have a job that monitors a single field in a table, which is basically a single line. I have
additions_onlyenabled, but since it's just a single line, when goes missing triggers the safeguard about 75%.Describe the solution you'd like.
I want to just receive the changes for this field. I don't care about deletions, so it would be nice to have a flag like
disable_safeguardwhen we have this small values that can go missing.Describe alternatives you've considered.
I couldn't think about anything, but maybe a diff with some kind of regex instead of using
additions_only.Additional context.
Add any other context or screenshots about the feature request here.