Event Generation
The Snowflake File Uploader destination can generate events that you can use in an event stream. When you enable event generation, the destination generates event records each time the destination completes streaming a whole file.
Snowflake File Uploader events can be used in any logical way. For example:
- With the Snowflake executor to load files to Snowflake tables.
For a description, see Snowflake File Uploader and Executor Pipelines.
- With the Email executor to send a custom email
after receiving an event.
For an example, see Sending Email During Pipeline Processing.
- With a destination to store event information.
For an example, see Preserving an Audit Trail of Events.
For more information about dataflow triggers and the event framework, see Dataflow Triggers Overview.