Skip to content

Commit

Permalink
Update cid/helpers/quicksight/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Feb 6, 2024
1 parent e552753 commit e88a58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid/helpers/quicksight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def ensure_dataset_refresh_schedule(self, dataset_id, schedules: list):
try:
existing_schedules = self.get_dataset_refresh_schedules(dataset_id)
except CidError as exc:
# we cannot access to schedules but let's check if the are ingestions
# We cannot access schedules, but let's check if there are scheduled ingestions.
ingestions_exist = False
try:
ingestions_exist = list(
Expand Down

0 comments on commit e88a58e

Please sign in to comment.