Skip to content

Commit e908c41

Browse files
committed
re-undo msg to dict functionality
1 parent 6daca2c commit e908c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt_common/events/functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def msg_to_dict(msg: EventMsg) -> dict:
9494
msg_dict = dict()
9595
try:
9696
msg_dict = MessageToDict(
97-
msg.data,
97+
msg,
9898
preserving_proto_field_name=True,
9999
including_default_value_fields=True, # type: ignore
100100
)

0 commit comments

Comments
 (0)