The Redshift ColumnEncodingUtility's analyze-schema-compression.py crashed when a column was named with a reserved word such as time, because the generated INSERT SELECT did not quote the identifier properly. The maintainer reproduced it and fixed it in commit 9b4a50e, verified with a working run in the thread. Sync to a checkout containing that commit and rerun the utility; columns with reserved-word names no longer crash the analysis.