Skip to content

Commit 110a9c6

Browse files
committed
PR feedback
1 parent deaad34 commit 110a9c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sqlmesh_dbt/operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def run(self, select: t.Optional[str] = None, full_refresh: bool = False) -> Non
3434

3535
self.context.plan(
3636
select_models=select_models,
37-
forward_only=True,
3837
no_auto_categorization=True, # everything is breaking / foward-only
39-
effective_from=self.context.config.model_defaults.start,
4038
run=True,
39+
no_diff=True,
40+
no_prompts=True,
4141
auto_apply=True,
4242
)
4343

tests/dbt/cli/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)