You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to clone a subset of models form DEV schemas to developer's personal schemas.
For that we tried to use dbt clone -s '@state:modified' --state dev_artifacts. Unfortunately @state:modified selects all parents of children. So if we change a model from marts, almost every model is selected.
So I think it can be useful to allow specifying depth for at-operator like 1@state:modified.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We want to clone a subset of models form DEV schemas to developer's personal schemas.
For that we tried to use
dbt clone -s '@state:modified' --state dev_artifacts
. Unfortunately@state:modified
selects all parents of children. So if we change a model from marts, almost every model is selected.So I think it can be useful to allow specifying depth for at-operator like
1@state:modified
.Beta Was this translation helpful? Give feedback.
All reactions