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
I've updated how CLI arguments for owners work. Specifically, I've changed to arguments to no longer use user input to know the field name. Instad, there are new `--owner-name`, `--owner-email`, and `--owner-properties` fields. The `--owner-properties` field is used to supply a YML string that is parsed for extra properities in the object.
BREAKING CHANGE: Creates a breaking change in CLI arguments relative to current version
Resolves: dbt-labs#65
Describe the feature
Adding name/email to groups has a bit of an odd syntax today:
--owner name dave
to assign the namedave
. Is this following some CLI convention?My initial feel is that
--owner-name dave
or--owner "name:dave"
would seem more appropriate, but I might be wrong 😄The text was updated successfully, but these errors were encountered: