We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3084d3 commit 85b5298Copy full SHA for 85b5298
src/dbt_score/rule_filter.py
@@ -52,7 +52,7 @@ def _introspect_resource_type(cls) -> Type[Evaluable]:
52
if not resource_type_argument:
53
raise TypeError(
54
"Subclass must implement method `evaluate` with an "
55
- "annotated Model, Snapshot, Source or Exposure argument."
+ "annotated Model, Snapshot, Source, Seed or Exposure argument."
56
)
57
58
resource_type = cast(type[Evaluable], resource_type_argument.annotation)
0 commit comments