[x] I have run this code in development and it appears to resolve the stated issue
[ ] This PR includes tests, or tests are not required/relevant for this PR
[x] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
related to fully supporting #321
Problem
alter
statements in incremental strategies need the table format.Solution
Thankfully, we were well set up to leverage our existing relation abstractions to make these work out of box.
scenarios hand-tested:
sync_all_columns
:append_new_columns
:✅ These changes only apply to incremental-run affected columns
Checklist