Modifying 1-2 tables in source definition causing the all tables to be deployed again

I was modifying the file schema.yml (source definition). There are a lot of tables metadata in it and I only changed the settings of 1-2 tables.

But when it’s deployed in production, the modified+ setting ended up rebuilding all the tables in that schema.yml files instead only the tables I’ve changed.

This is causing potential hours long deployments (dbt Cloud that could end in failure due to this unexpected behaviour)

Any advice on how I could change so that the modified+ only run the tables I’ve changed?

Thanks in advance.

Remove the “+”

Note: @Johann De Wet originally posted this reply in Slack. It might not have transferred perfectly.

Sorry, ignore my previous post. I misread your problem statement

Note: @Johann De Wet originally posted this reply in Slack. It might not have transferred perfectly.