Event Generation
The Databricks Job Launcher executor can generate events that you can use in an event stream. When you enable event generation, the executor generates events each time it starts a Databricks job.
Databricks Job Launcher executor
events can be used in any logical way. For example:
- 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.
Since the executor events include the run ID for each started job, you might generate events to keep a log of the run IDs.
For more information about dataflow triggers and the event framework, see Dataflow Triggers Overview.