CloudWatch: Run migrations even with a missing period (#43350) (#43374)

(cherry picked from commit 5766c624ff)

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-12-20 18:13:15 +01:00
committed by GitHub
co-authored by Andres Martinez Gotor
parent 0892384ecd
commit 1304ce92ad
@@ -1113,7 +1113,6 @@ function isCloudWatchQuery(target: DataQuery): target is CloudWatchMetricsQuery
target.hasOwnProperty('dimensions') &&
target.hasOwnProperty('namespace') &&
target.hasOwnProperty('region') &&
target.hasOwnProperty('period') &&
target.hasOwnProperty('metricName')
);
}