Hi,
In the StreamSets documentation we found very lesser Event Types like:
- no-more-data
- Pipeline start
- Pipeline Stop
Other than these we are not able to able any other Event Type if it exists in the documentation.
Like, if I want to generate an event after the record count is 5000, what should be the event name to put in the below type of equation:
${record:eventType()=='no-more-data'}
Please share other Event types and their names for the usage.