You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/utilities/parser.mdx
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,28 @@ You can also even use [a code generator tool](https://github.com/koxudaxi/datamo
48
48
49
49
## Parsing events
50
50
51
-
You can parse inbound events using **parser** decorator.
51
+
You can parse inbound events using **event_parser** decorator.
52
52
53
53
You can also use the standalone **parse** function, if you want more control over data validation process such as handling data that doesn't conform with your model.
0 commit comments