The Looker Scheduled Report Failure Rate measures the percentage of scheduled report deliveries (via email, Slack, or webhook) in Looker that fail to execute successfully within a specific time period.
These failures can occur due to issues such as:
This metric helps BI and data engineering teams assess the reliability of automated insights delivery and maintain trust in data reporting pipelines.
To calculate the failure rate, track all scheduled report delivery attempts within a defined time frame, and identify how many of them failed. Then divide the number of failed deliveries by the total number of scheduled report attempts.
Looker Scheduled Report Failure Rate (%) = Number of Failed Scheduled Deliveries ÷ Total Scheduled Deliveries ×100
Looker Scheduled Report Failure Rate should be less than 2%.
Failures commonly stem from database timeouts, model errors, permission issues, or incorrect scheduling configurations. Sometimes, expired access tokens or email delivery errors are also responsible.
Ensure database connections are stable, optimize heavy queries, validate LookML dependencies, and periodically test report schedules after deployments or schema changes.
Yes. Admins can configure System Activity alerts or Looker API scripts to monitor failed deliveries and send real-time notifications to Slack or email.