-
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
[Feature] Add target_path
to global_flags
#9575
Comments
Tip All the
|
Decision@aranke and I discussed this over a video call today and decided to add this to the Here are the reasons:
|
Is this your first time submitting a feature request?
Describe the feature
From @graciegoheen here:
This is explained by
@p.target_path
not being included within the flags fordbt retry
.The easiest way to "solve" this would be adding
@p.target_path
to thedbt retry
command here.But the proposed way to implement this would be to add it to the
global_flags
and remove it from each of the sub-commands.Current status
Currently,
@p.target_path
is included for all sub-commands except for:dbt debug
dbt deps
dbt init
dbt retry
Describe alternatives you've considered
A couple alternatives:
target_path
to any more sub-commands (which is the status quo)target_path
only todbt retry
, but notdbt debug
ordbt deps
Who will this benefit?
If
dbt retry
produces any artifacts to thetarget
directory, then this flag would make that location configurable.Are you interested in contributing this feature?
No response
Anything else?
This would resolve #8948 also.
The text was updated successfully, but these errors were encountered: