aws-samples / aws-cudos-framework-deployment

Command Line Interface tool for Cloud Intelligence Dashboards deployment
https://catalog.workshops.aws/awscid
MIT No Attribution
400 stars 158 forks source link

Fix QuickSight dataset refresh schedule creation for hourly_view and resource_view #726

Closed sbalaji-aws closed 8 months ago

sbalaji-aws commented 8 months ago

Issue #, if available:

  1. The QuickSight dataset refresh schedules were not being created for the hourly_view and resource_view datasets.
  2. The 'schedules' parameter for these datasets in python/cid/builtin/core/data/resource.yaml was misaligned.

Description of changes:

  1. Updated the 'schedules' parameter for hourly_view and resource_view in resource.yaml to align properly.
  2. This fix should resolve the dataset refresh scheduling issue for hourly_view and resource_view.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.