In dbt, if a model was initially deployed as a view in production, and in the next version of your dbt project, your team decides to change it to a table, what is the proper way to deploy the project to avoid getting an error during dbt run?
In dbt, if a model was initially deployed as a view in production, and in the next version of your dbt project, your team decides to change it to a table, what is the proper way to deploy the project to avoid getting an error during dbt run?