Skip to content

Commit

Permalink
fix(specs): add transform event type (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Apr 17, 2023
1 parent 69aac53 commit 692aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ EventStatus:

EventType:
type: string
enum: ['fetch', 'record', 'log']
enum: ['fetch', 'record', 'log', 'transform']

0 comments on commit 692aa2d

Please sign in to comment.