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 relationalai
New 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.toml
file is missing, you’ll now see a clear message prompting you to runrai init
to 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:switch
orrai init
as 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:list
command. In some cases, streams were shown as “completed” while they were still processing or quarantined.