what's the best way to set up a Big Query alert per Email when no data was uploaded to a Big Query table for longer than one day? What comes to my mind is:
- Stackdriver
- Pub Sub
- Cloud Function
But I am not sure whats the fastest and best way to do so. I tried to set up via Stackdirver -> Create New Alert Ploicy
- Resource type:BigQuery Dataset
- Metric:Uploaded rows
- Condition triggers if -> Any time series violates -> is absent FOR 23 hours
But no Email was send. Although some tables get no data for months...