What's New in Version 0.7.1
New Features and Enhancements
Section titled “New Features and Enhancements”-
Improved the error message when creating a stream using
rai imports:stream
when the model specified in the--model
parameter does not exist. The error message now includes instructions for creating the model:Terminal window --- Model 'MyModel' not found ------------------------------The model 'MyModel' does not exist. You can create it byrunning a program containing the following:model = relationalai.Model("MyModel")-------------------------------------------------------------
Bug Fixes
Section titled “Bug Fixes”- Fixed a bug where
rai imports:delete
would reportError deleting import: engine is suspended
even though the import was successfully deleted.