Skip to content

Commit

Permalink
Switched to a full refresh (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer authored Mar 14, 2024
1 parent 092107d commit 5ae88fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/quicksight/dataset_sms_usage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "aws_quicksight_refresh_schedule" "sms_usage" {
depends_on = [aws_quicksight_data_set.sms_usage]

schedule {
refresh_type = "INCREMENTAL_REFRESH"
refresh_type = "FULL_REFRESH"

# SMS usage reports are generated around 01:00 UTC.
schedule_frequency {
Expand Down

0 comments on commit 5ae88fd

Please sign in to comment.