Skip to content

Commit

Permalink
updated event message
Browse files Browse the repository at this point in the history
 Author:    Ian Knox <[email protected]>
  • Loading branch information
Ian Knox authored and iknox-fa committed Apr 7, 2022
1 parent 899b0ef commit de491bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/dbt/events/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,10 @@ class EventBufferFull(WarnLevel):
code: str = "Z048"

def message(self) -> str:
return "Internal event buffer full. Earliest events will be dropped (FIFO)."
return (
"Internal logging/event buffer full."
"Earliest logs/events will be dropped as new ones are fired (FIFO)."
)


@dataclass
Expand Down

0 comments on commit de491bb

Please sign in to comment.