Skip to content

Commit

Permalink
make sure we dont create incorrect temp data.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 11, 2022
1 parent 09a8574 commit d3e7fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/backend/pkg/database/scrutiny_repository_tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (sr *scrutinyRepository) DownsampleScript(aggregationType string) string {
|> toInt()
temp_data
|> aggregateWindow(fn: mean, every: aggWindow)
|> aggregateWindow(fn: mean, every: aggWindow, createEmpty: false)
|> to(bucket: destBucket, org: destOrg)
`,
sourceBucket,
Expand Down

0 comments on commit d3e7fc6

Please sign in to comment.