File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -482,14 +482,6 @@ def _load_manifest(self) -> Manifest:
482482 macro_debugging = False ,
483483 REQUIRE_RESOURCE_NAMES_WITHOUT_SPACES = True ,
484484 )
485- logger .error (
486- "\n DBT RuntimeConfig args\n profile: %s\n project_dir: %s\n profiles_dir: %s\n target: %s\n vars: %s\n " ,
487- args .profile ,
488- args .project_dir ,
489- args .profiles_dir ,
490- args .target ,
491- args .vars ,
492- )
493485 flags .set_from_args (args , None )
494486
495487 if DBT_VERSION >= (1 , 8 , 0 ):
@@ -519,7 +511,7 @@ def _load_manifest(self) -> Manifest:
519511 else :
520512 register_adapter (runtime_config ) # type: ignore
521513
522- manifest = ManifestLoader .get_full_manifest (runtime_config , reset = True )
514+ manifest = ManifestLoader .get_full_manifest (runtime_config )
523515 # This adapter doesn't care about semantic models so we clear them out to avoid issues
524516 manifest .semantic_models = {}
525517 reset_adapters ()
You can’t perform that action at this time.
0 commit comments