Skip to content

Commit

Permalink
fix log msg format (#6557)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Jan 9, 2023
1 parent ab3f8dc commit 34fa703
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion core/dbt/events/proto_types.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion core/dbt/events/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,17 @@ message ExposureNameDeprecationMsg {

//D008
message FunctionDeprecated {
EventInfo info = 1;
string function_name = 2;
string reason = 3;
string suggested_action = 4;
string version = 5;
}

message FunctionDeprecatedMsg {
EventInfo info = 1;
FunctionDeprecated data = 2;
}

// E - DB Adapter

// E001
Expand Down

0 comments on commit 34fa703

Please sign in to comment.