I am having an issue getting the incremented rows when running dbt run. No rows are being incremented at all. The model only gets updated when I run the above command with the --full-refresh parameter.
The context of why I’m trying to do this
I’m running on a Windows cmd, with the command dbt run -m my_model. I’m using dbt adapter snowflake=1.7.1 .
What I’ve already tried
I tried to union (all) two tables with the equal schema to get the new rows from one of them
I created the model based on one table then I tried to add the other, still unsuccessful