-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transaction model to modeldecoder/v2`
Add transaction model to modeldecoder/rumv3` Create mapping function Create decoder and change processor
- Loading branch information
Showing
43 changed files
with
3,185 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
beater/api/intake/test_approved/InvalidJSONEvent.approved.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"accepted": 1, | ||
"accepted": 0, | ||
"errors": [ | ||
{ | ||
"document": "{ \"invalid-json\" }", | ||
"message": "data read error: ReadMapCB: expect : after object field, but found }, error found in #10 byte of ...|id-json\" }|..., bigger context ...|{ \"invalid-json\" }|..." | ||
"message": "did not recognize object type" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.