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 have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
if you try to directly test a disabled model, you are presented with a generic error: Nothing to do. Try checking your model configs and model specification args.'
I think it's a good feature to ignore disabled models completely when selecting multiple nodes in the dag. However, if I directly select a model, let's say for a dbt test -s my_model, I should not receive the generic error, but should receive a warning that this model is specifically disabled.
Describe alternatives you've considered
this is a 0-1 feature to me. the only workaround is pure brute-force trying to figure out if disabling the model is the reason nothing is happening
Who will this benefit?
anyone debugging code that is for some reason, has 'nothing to do'.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
oh, awesome. I did not see this ticket merged, but thanks for pointing it
out! I think the hint of 'enabled' is enough to point someone in the
right direction. Thanks!
Is this your first time submitting a feature request?
Describe the feature
if you try to directly test a disabled model, you are presented with a generic error: Nothing to do. Try checking your model configs and model specification args.'
I think it's a good feature to ignore disabled models completely when selecting multiple nodes in the dag. However, if I directly select a model, let's say for a
dbt test -s my_model
, I should not receive the generic error, but should receive a warning that this model is specifically disabled.Describe alternatives you've considered
this is a 0-1 feature to me. the only workaround is pure brute-force trying to figure out if disabling the model is the reason nothing is happening
Who will this benefit?
anyone debugging code that is for some reason, has 'nothing to do'.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: