Skip to content

Commit

Permalink
Drop breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Nov 13, 2024
1 parent 33b0183 commit 0679f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/dbt/parser/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0679f3e

Please sign in to comment.