We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d36a11 commit b581636Copy full SHA for b581636
sqlmesh/dbt/test.py
@@ -83,7 +83,7 @@ class TestConfig(GeneralConfig):
83
severity: Severity = Severity.ERROR
84
store_failures: t.Optional[bool] = None
85
where: t.Optional[str] = None
86
- limit: t.Optional[str] = None
+ limit: t.Optional[int] = None
87
fail_calc: str = "count(*)"
88
warn_if: str = "!=0"
89
error_if: str = "!=0"
0 commit comments