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
unit tests and data tests are types of tests that can be selected using --select test_type:unit or --select test_type:data for dbt build, dbt test, and dbt list.
issue for dbt list -> #8508
issue for dbt build -> #8979
Acceptance criteria
dbt test --select test_type:unit -> runs only your unit tests dbt test --select test_type:data -> runs only your data tests dbt test -> runs all of your tests (both unit and data)
Note: test_type:generic and test_type:singular remain as is (they're just documented as subsets of data tests)
Impact to Other Teams
none
Will backports be required?
no
Context
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[implementation] new test types for unit tests and data tests in dbt test command
[CT-3369] [implementation] new test types for unit tests and data tests in dbt test command
Nov 10, 2023
Housekeeping
Short description
From #8606 and #8651:
unit tests and data tests are types of tests that can be selected using
--select test_type:unit
or--select test_type:data
fordbt build
,dbt test
, anddbt list
.issue for
dbt list
-> #8508issue for
dbt build
-> #8979Acceptance criteria
dbt test --select test_type:unit
-> runs only your unit testsdbt test --select test_type:data
-> runs only your data testsdbt test
-> runs all of your tests (both unit and data)Note:
test_type:generic
andtest_type:singular
remain as is (they're just documented as subsets of data tests)Impact to Other Teams
none
Will backports be required?
no
Context
No response
The text was updated successfully, but these errors were encountered: