Adding a column to an incremental model

What will dbt do if I add a new column to an existing incremental model? Add the column and keep the value for it as NULL for older rows?

1 Like