What's New in Version 0.9.8
Version 0.9.8 of the relationalai Python package is now available.
This release includes improved error messages for configuration issues and enhanced accuracy in data stream status reporting in the CLI.
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”- Improved error messages for missing or invalid configuration files to make setup and troubleshooting easier:
- If the
raiconfig.tomlfile is missing, you’ll now see a clear message prompting you to runrai initto create one. - If the active profile specified in your config is missing or invalid, the error message guides you to check your profiles and use
rai profile:switchorrai initas needed. - When required configuration values are missing, the error message now includes the profile name and config file path to help you quickly locate and fix the issue.
- If the
Bug Fixes
Section titled “Bug Fixes”- Fixed incorrect status reporting in the
rai imports:listcommand. In some cases, streams were shown as “completed” while they were still processing or quarantined.