We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df2c1f commit e3c713cCopy full SHA for e3c713c
1 file changed
sqlmesh/dbt/test.py
@@ -158,7 +158,6 @@ def to_sqlmesh(self, context: DbtContext) -> Audit:
158
blocking = self.severity == Severity.ERROR
159
160
audit: Audit
161
-
162
if self.is_standalone:
163
jinja_macros.add_globals({"this": self.relation_info})
164
audit = StandaloneAudit(
0 commit comments