organization · inferred from evidence
awslabs
The organization maintaining the amazon-redshift-utils repository.
- RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context calling start_stream_transcription
This is a container problem, not a Transcribe problem. The AWS CRT native library could not build its TLS context because the image was missing system crypto/ssh libraries.
- Fix analyze-schema-compression.py failing on tables without a description
The utility crashed on any table without a table description. Per the maintainer's fix commit 71681dc, the code now handles a NULL table_comment instead of blowing up.
- ImportError: cannot import apply_realtime_delay from amazon_transcribe.utils
The simple_file.py example imports apply_realtime_delay, which did not exist in the PyPI release (v0.6.0). Your example code is newer than your installed package.