-
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-3039] Ensure that list command works for unit_tests and has reasonable output #8508
Comments
Looks like
|
If you have a models:
- name: my_model
columns:
- name: id
tests:
- unique
versions:
- v: 1
- v: 2 Then here is the output of
Note that there are 2 tests and they each have a unique node name. In a group discussion yesterday about #9344, we considered what should happen if there is a single unit test with two versions. We decided that it should behave similarly and output two nodes:
|
Description
From #8651 and #8606
We should be able to list unit tests in a project using
--select test_type:unit
.Acceptance Criteria
List command works for unit tests and has reasonable output.
dbt list --select test_type:unit
dbt list --select test_type:data
dbt list --resource-type test
to return all data and all unit testsImpact to other teams
None
Will backports be required?
No
Context
The text was updated successfully, but these errors were encountered: