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