Google BigQuery - Job completed trigger

The Job completed trigger polls regularly for jobs completed in Google BigQuery. This trigger can be configured to listen on various levels, from entire projects to individual tables. This trigger only picks up completed jobs.

Job completed triggerJob completed trigger

Input

Input fieldDescription
ProjectSelect the project to monitor.
DatasetOptional. Select the dataset to monitor.
TableOptional. Select the table to monitor.
All usersSelect an option from the list. Defaults to No. If Yes, all jobs will be listened on including those not pegged to the user. The user is the user who authorized the Google BigQuery connection.
When first started, this recipe should pick up events fromProvide a time to retrospectively pick up jobs from. Refer to Triggers to learn more about this input field.
Job TypeProvide a job type. Leave blank to listen on all jobs. When configured, it will only trigger on jobs that match.

Output

Output fieldDescription
IDThe ID of the job completed.
KindThe type of the Google BigQuery job.
Job ReferenceContains information about the job such as Project ID, Job ID, and Location.
StateState of job. Must be DONE.
StatisticsContains information about the query time and total bytes processed by the job.
ConfigurationContains information about the query configuration.
StatusContains error results and messages if any.
User emailEmail of the user who ran the job.

Last updated: