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
Per #6774 @ChenyuLInx I figured it out! The tests fail for me locally, and then pass when I switch -m to -s in the arguments to run_dbt (83850f5)! It seems like this might be a genuine bug where we're not passing through --models/-m appropriately. That's important for backward compatibility.
Desirable behavior:
For almost all commands, --models should be a pure alias for --select (and the two should be mutually exclusive)
Per #6774
@ChenyuLInx I figured it out! The tests fail for me locally, and then pass when I switch
-m
to-s
in the arguments torun_dbt
(83850f5)! It seems like this might be a genuine bug where we're not passing through--models
/-m
appropriately. That's important for backward compatibility.Desirable behavior:
--models
should be a pure alias for--select
(and the two should be mutually exclusive)dbt list
historically accepted both--select
and--models
, with slightly different behavior, which we've preserved for back compatThis issue was surfaced when running
dbt test
The text was updated successfully, but these errors were encountered: