We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a58e commit 74623bdCopy full SHA for 74623bd
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