amazon-redshift-utils icon indicating copy to clipboard operation
amazon-redshift-utils copied to clipboard

Provide descriptive error when Simple Replay is ran without audit log being available.

Open pvbouwel opened this issue 3 years ago • 0 comments

Issue #, if available: Related to https://github.com/awslabs/amazon-redshift-utils/issues/546 (no exact match but other code paths seem to have been taken care of already.

Description of changes: When no audit log is available an IndexError is thrown which is not clear for all users. This minor change will explain in a critical message that logs are not available yet and should be enabled and awaited.

Note that this code path is only hit if there is not a single useractivitylog file in the audit prefix. If there is a useractivitylog file then simple replay will correctly identify if there are no records for the provided time range.

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

pvbouwel avatar Sep 08 '21 11:09 pvbouwel