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