Skip to content

Commit

Permalink
add changie log
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Mar 9, 2024
1 parent e79d931 commit 02892ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240309-141054.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Improve dbt CLI speed
time: 2024-03-09T14:10:54.549618-05:00
custom:
Author: dwreeves
Issue: "4627"
2 changes: 1 addition & 1 deletion core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class dbtRunner:
def __init__(
self,
manifest: Optional[Manifest] = None,
callbacks: Optional[List[Callable[["EventMsg"], None]]] = None,
callbacks: Optional[List[Callable[[EventMsg], None]]] = None,
) -> None:
self.manifest = manifest

Expand Down

0 comments on commit 02892ac

Please sign in to comment.