diff --git a/core/dbt/events/functions.py b/core/dbt/events/functions.py index 42aacf2b2dc..91239ce0f30 100644 --- a/core/dbt/events/functions.py +++ b/core/dbt/events/functions.py @@ -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