From 0679f3eb6813c3bf95df73db3d094c354a7bd9e9 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Tue, 12 Nov 2024 20:58:53 -0600 Subject: [PATCH] Drop breakpoint --- core/dbt/parser/manifest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/dbt/parser/manifest.py b/core/dbt/parser/manifest.py index a57e1fe6f5c..fbfc83cd6c5 100644 --- a/core/dbt/parser/manifest.py +++ b/core/dbt/parser/manifest.py @@ -665,7 +665,6 @@ def check_for_microbatch_deprecations(self) -> None: if has_microbatch_model and not self.manifest._microbatch_macro_is_core( self.root_project.project_name ): - breakpoint() dbt.deprecations.warn("microbatch-macro-outside-of-batches-deprecation") def load_and_parse_macros(self, project_parser_files):