drop models command
#10169
Replies: 1 comment
-
I need this one as well. Upvoted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using a dbt project repo coupled with a ci/cd proccess, sometimes there is the need to drop models and for that one needs to delete the model in the cod and then drop the materializations in the dwh by running sql scripts.
A dbt drop command (preferably with a confirmation mechanism) would be interesting to be added to dbt. The selection of models to be dropped could be done with the --select or using selectors as with models.
Beta Was this translation helpful? Give feedback.
All reactions