Skip to content

Commit e4bd887

Browse files
committed
try reset
1 parent ed495f5 commit e4bd887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/dbt/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def _load_manifest(self) -> Manifest:
519519
else:
520520
register_adapter(runtime_config) # type: ignore
521521

522-
manifest = ManifestLoader.get_full_manifest(runtime_config)
522+
manifest = ManifestLoader.get_full_manifest(runtime_config, reset=True)
523523
# This adapter doesn't care about semantic models so we clear them out to avoid issues
524524
manifest.semantic_models = {}
525525
reset_adapters()

0 commit comments

Comments
 (0)