-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-1204] [Feature] Add shorthand for --full-refresh
flag
#5878
Comments
--full-refresh
flag--full-refresh
flag
I like it...perhaps we can tackle in the |
I thought that shorthand params needed to be 1 char so we could chain them together, e.g. Did we check what happens now that we have a shorthand param with 2 chars? |
@b-per Whoa, I didn't know about that! It isn't something I checked (or thought about) when we were deciding between Links I quickly found:
If there's a lot of additional utility in doing this, we could swap to the single char version ( |
whoa who knew! Definitely open to changing it! I have never chained flags together as i'm sure you can tell |
This is another link mentioning that from the POSIX standpoint short params should be 1 char. Not sure if we are forcing ourselves to be POSIX compliant though. I thing that |
Despite my love for the very memeable |
may the wanna PR it up? (and edit the description here: dbt-labs/docs.getdbt.com#2055)? |
on it! |
@b-per -- out of curiousity, if i was going to chain flags together that require arguments (like i.e. $ dbt build -s i_miss_fr -t postgres
$ dbt build -st i_miss_fr postgres are the same? |
I believe that chaining short parameters is only supported for those that don't require any value. So |
Is this your first time submitting a feature request?
Describe the feature
I write (and misspell!)
--full-refresh
a whole heck of a lot during dbt development. Would love to add a shorthand for that flag in the sameway that--select
can be reduced to-s
,--target
can be reduced to-t
etc.Describe alternatives you've considered
Keeping on keeping on! There's a tradeoff here between clarity and brevity, so i understand we probably don't want to make every single flag shorthand!
Who will this benefit?
keyboard users
Are you interested in contributing this feature?
Yes!
Anything else?
No response
The text was updated successfully, but these errors were encountered: