Skip to content

Commit

Permalink
Update cost-anomalies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Sep 27, 2023
1 parent aa9a4d5 commit fa9c378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/cost-anomalies/cost-anomalies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1432,5 +1432,5 @@ views:
, linkedaccountname
, usagetype
FROM
"optimization_data"."cost_anomaly_data"
"${athena_database_name}"."cost_anomaly_data"
WHERE ("date_parse"("concat"("year", "month", "day"), '%Y%m%d') >= (current_timestamp - INTERVAL '3' MONTH))

0 comments on commit fa9c378

Please sign in to comment.