What's New in Version 0.9.5
Version 0.9.5
of the RelationalAI Python API is now available with bug fixes for users who use RAI in Snowflake Notebooks.
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalai
Bug Fixes
Section titled “Bug Fixes”- Fixed an issue that caused the
Type.define()
method to fail in Snowflake Notebooks with the errorException: Can't iterate over a producer
.