Mandar
Mandar

Reputation: 61

BigQuery - Email Notification Configuration

I have Google Cloud and BigQuery setup. I need to have push notification (Like Email) on specific event / any database changes. I have Google compute engine (without any applications loaded yet)

Can someone give me directions on how can this be done? What application can be installed ? Or is it something BigQuery already has?

Upvotes: 2

Views: 741

Answers (1)

Felipe Hoffa
Felipe Hoffa

Reputation: 59245

BigQuery doesn't currently have a notification system. You could set up an App Engine task that monitors it instead.

(feature request? https://code.google.com/p/google-bigquery/issues/list)

Upvotes: 3

Related Questions