Skip to content

Commit

Permalink
[#4504] Use mashumaro for serializing logging events (#4505)
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  3cafc9e
  efb890d
  • Loading branch information
gshank authored and iknox-fa committed Feb 8, 2022
1 parent b751096 commit 890f3e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/dbt/events/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1690,9 +1690,7 @@ def message(self) -> str:
msg = f"START hook: {self.statement}"
return format_fancy_output_line(
msg=msg, status="RUN", index=self.index, total=self.total, truncate=True
index=self.index,
total=self.total,
truncate=True)
)


@dataclass
Expand Down

0 comments on commit 890f3e7

Please sign in to comment.