dbt-coves
dbt-coves copied to clipboard
Question: Should `generate sources` remove sources/staging models that are no longer in the database?
I noticed that when I re-run generate sources
, sources and staging models for which the base tables have been deleted from the database are not modified / deleted. Is that the expected behavior?
@jaredx435k2d0 it's in fact the expected behavior. generate sources
aims to create/update content, not delete it.
Does the new recreate
option drop existing objects?