make sure we dont create incorrect temp data.
This commit is contained in:
@@ -109,7 +109,7 @@ func (sr *scrutinyRepository) DownsampleScript(aggregationType string) string {
|
|||||||
|> toInt()
|
|> toInt()
|
||||||
|
|
||||||
temp_data
|
temp_data
|
||||||
|> aggregateWindow(fn: mean, every: aggWindow)
|
|> aggregateWindow(fn: mean, every: aggWindow, createEmpty: false)
|
||||||
|> to(bucket: destBucket, org: destOrg)
|
|> to(bucket: destBucket, org: destOrg)
|
||||||
`,
|
`,
|
||||||
sourceBucket,
|
sourceBucket,
|
||||||
|
|||||||
Reference in New Issue
Block a user