Hey all, I was wondering if there was an in built way to fail if `tap-postgres (transferwise)` see a...
r
Hey all, I was wondering if there was an in built way to fail if
tap-postgres (transferwise)
see a change in the tap schema? i.e. ALTER/DROP etc. statements. As we know CDC has a limitation where it only works with certain statements (create, update, delete). I notice that tap-postgres handles column changes by versioning the column and then adding the new column, which creates dependable logs I can alert on, but I was wondering if there was a way I could either make Meltano fail when schema changes, or do a FULL_TABLE refresh on its next run automatically?