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
How to select models based on metadata that contain spaces?
Running dbt run -s "config.meta.my_metadata:value one" doesn't select models because it is attempting to select on value and one as separate selection criteria.
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
-
How to select models based on metadata that contain spaces?
Running
dbt run -s "config.meta.my_metadata:value one"
doesn't select models because it is attempting to select onvalue
andone
as separate selection criteria.Beta Was this translation helpful? Give feedback.
All reactions