[Feature] Incremental strategy ignore
does not ignore missing columns, throws error instead
#237
Open
2 tasks done
Labels
Is this a new bug?
Current Behavior
In the docs it says
When I add a column it ignores it, but when I remove a column it raises an error. I tested it in 3 different adapters (snowflake, bigquery, duckdb) and it throws the same error. It says it can't find the missing column.
Expected Behavior
I expected it not to throw an error and just ignore it (add nulls maybe).
Steps To Reproduce
Run this model
Then remove a column and try rerunning it. In this case, I am also adding a new column
Relevant log output
Environment
Additional Context
version 1.8
I also tested on 1.3 to test an older version, and same problem
The text was updated successfully, but these errors were encountered: