Automatically add new column to incremental (or other type)

Hello.
we have a lot of incremental models, views, and tables managed by dbt.
Lately, we had the need to add a new column to all models.
What would be the most efficient dbt way to do it?
Should we override the incremental macro script (dbt-snowflake/incremental.sql at main · dbt-labs/dbt-snowflake · GitHub)?
I assume the last resort will be to add the new column manually to each model.
we use snowflake.

Thanks!