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
# create a group of all models tagged with "finance"
# leaf nodes and nodes with cross-group dependencies will be `public`
# public nodes will also have contracts added to them
dbt-meshify group finance --owner name Monopoly Man -s +tag:finance
I attempted to create a new group with a 2-word owner name and got an error:
This might just be a docs issue (and we need double quotes around the owner name), but overall I think this points to us maybe re-thinking the UX!
System information
Which database are you using dbt with?
postgres
redshift
bigquery
snowflake
other (specify: ____________)
The output of dbt --version:
Core:
- installed: 1.5.2
- latest: 1.5.2 - Up to date!
Plugins:
- snowflake: 1.5.2 - Up to date!
Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered:
Thanks, looks like I'm on the old owner syntax. Thoughts on moving to a "wizard" experience - with CLI prompts to add information (or supporting both). I feel like remembering all of the appropriate arg syntax is a bit clunky.
Describe the bug
Following the example from the docs site:
I attempted to create a new group with a 2-word owner name and got an error:
This might just be a docs issue (and we need double quotes around the owner name), but overall I think this points to us maybe re-thinking the UX!
System information
Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: