Skip to content

Commit

Permalink
move event code up a level (#4381)
Browse files Browse the repository at this point in the history
move event code up a level plus minor fixes

automatic commit by git-black, original commits:
  41ed976
  • Loading branch information
Nathaniel May authored and iknox-fa committed Feb 8, 2022
1 parent a76e778 commit f20ed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/events/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def event_to_serializable_dict(
"data": log_line,
"invocation_id": e.get_invocation_id(),
"thread_name": e.get_thread_name(),
'code': e.code
"code": e.code,
}

return event_dict
Expand Down

0 comments on commit f20ed6e

Please sign in to comment.