Event Generation
The Google BigQuery origin generates an event when a query completes successfully.
A Google BigQuery event 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 information about completed queries.
For an example, see Preserving an Audit Trail of Events.
For more information about dataflow triggers and the event framework, see Dataflow Triggers Overview.