Skip to content

Commit 85b5298

Browse files
committed
Update rule_filter.py
1 parent a3084d3 commit 85b5298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbt_score/rule_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _introspect_resource_type(cls) -> Type[Evaluable]:
5252
if not resource_type_argument:
5353
raise TypeError(
5454
"Subclass must implement method `evaluate` with an "
55-
"annotated Model, Snapshot, Source or Exposure argument."
55+
"annotated Model, Snapshot, Source, Seed or Exposure argument."
5656
)
5757

5858
resource_type = cast(type[Evaluable], resource_type_argument.annotation)

0 commit comments

Comments
 (0)