Skip to content

Commit c2b6a03

Browse files
committed
tidyup
1 parent 26999e1 commit c2b6a03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sqlmesh/core/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,7 @@ def plan_builder(
14661466
diff_rendered: Whether the diff should compare raw vs rendered models
14671467
min_intervals: Adjust the plan start date on a per-model basis in order to ensure at least this many intervals are covered
14681468
on every model when checking for missing intervals
1469+
14691470
Returns:
14701471
The plan builder.
14711472
"""

sqlmesh_dbt/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def dbt(
101101
"--empty/--no-empty", default=False, help="If specified, limit input refs and sources"
102102
)
103103
@vars_option
104-
@cli_global_error_handler
105104
@click.pass_context
106105
def run(ctx: click.Context, vars: t.Optional[t.Dict[str, t.Any]], **kwargs: t.Any) -> None:
107106
"""Compile SQL and execute against the current target database."""
@@ -112,7 +111,6 @@ def run(ctx: click.Context, vars: t.Optional[t.Dict[str, t.Any]], **kwargs: t.An
112111
@select_option
113112
@exclude_option
114113
@vars_option
115-
@cli_global_error_handler
116114
@click.pass_context
117115
def list_(ctx: click.Context, vars: t.Optional[t.Dict[str, t.Any]], **kwargs: t.Any) -> None:
118116
"""List the resources in your project"""

0 commit comments

Comments
 (0)