We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0afff2 commit d8f6c32Copy full SHA for d8f6c32
sqlmesh/dbt/test.py
@@ -151,7 +151,7 @@ def to_sqlmesh(self, context: DbtContext) -> Audit:
151
blocking = self.severity == Severity.ERROR
152
153
audit: Audit
154
- if self.package_name != context.project_name:
+ if self.package_name and self.package_name != context.project_name:
155
self.name = f"{self.package_name}.{self.name}"
156
157
if self.is_standalone:
0 commit comments