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.