Add support for customizable pivot titles and ranges in summary reports
Some checks failed
continuous-integration/drone/push Build was killed
Some checks failed
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -46,7 +46,7 @@ func (h *Handler) SnapshotRegenerateHourlyReports(w http.ResponseWriter, r *http
|
||||
skipped++
|
||||
continue
|
||||
}
|
||||
if _, err := report.SaveTableReport(h.Logger, h.Database, ctx, rec.TableName, reportsDir); err != nil {
|
||||
if _, err := report.SaveTableReport(h.Logger, h.Database, ctx, rec.TableName, reportsDir, h.Settings); err != nil {
|
||||
errors++
|
||||
h.Logger.Warn("failed to regenerate hourly report", "table", rec.TableName, "error", err)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user