DBT Run Multi-tag Selector is not working #5328
mytreyireddy
started this conversation in
Community
Replies: 2 comments 8 replies
-
Mmm, I don't think you want to have commas in between the tags that you want to select, assuming that you want the union of the models that have |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hrm, then I'm not sure what's wrong; if you think that it's a bug or a regression, you want to file an issue or post a help question in the dbt Slack. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
There is a use-case to run dbt command with a multi tag such as
dbt run --select tag:products, tag:orders
ordbt run -m tag:products, tag:orders
But the above command is executing only the second tag related tables and not executing the first tag related tables.
Could anyone please guide in executing the mult--tag sql models in DBT ?
Beta Was this translation helpful? Give feedback.
All reactions