Skip to content

Commit 74623bd

Browse files
committed
update type
1 parent d53a58e commit 74623bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/dbt/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class TestConfig(GeneralConfig):
8383
severity: Severity = Severity.ERROR
8484
store_failures: t.Optional[bool] = None
8585
where: t.Optional[str] = None
86-
limit: t.Optional[str] = None
86+
limit: t.Optional[int] = None
8787
fail_calc: str = "count(*)"
8888
warn_if: str = "!=0"
8989
error_if: str = "!=0"

0 commit comments

Comments
 (0)