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
Sometimes we add a node and assume a fair amount of the dbt system functionality will come built in. In reality this isn't always the case. Sometimes we under assume, sometimes we over assume what comes by default. We want to build tests which automatically check all "inputs", even as that changes over time.
To that end, in this issue specifically, we want to test that all resource types that are supposed to be usable with the resource_type: selector don't break when used.
Acceptance criteria
A test exists which tests all acceptable resource types with the resource_type: selector
If a new resource_type is added, the parametrized test should automatically start testing it
Housekeeping
Short description
Sometimes we add a node and assume a fair amount of the dbt system functionality will come built in. In reality this isn't always the case. Sometimes we under assume, sometimes we over assume what comes by default. We want to build tests which automatically check all "inputs", even as that changes over time.
To that end, in this issue specifically, we want to test that all resource types that are supposed to be usable with the
resource_type:
selector don't break when used.Acceptance criteria
resource_type:
selectorresource_type
is added, the parametrized test should automatically start testing itContext
This would have helped catch issues like: #9532
The text was updated successfully, but these errors were encountered: