What's New in Version 1.31.1
Version 1.31.1 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”- Deploying a model to Snowflake now needs one less Snowflake tag. RelationalAI no longer creates or requires the
RELATIONALAI_MANAGED_SCHEMAtag, which simplifies setup for administrators who pre-create tags for a restricted deploy role.
Bug Fixes
Section titled “Bug Fixes”- A model with a uniqueness requirement across two different concepts, such as
require(unique(Subscription.account, Subscription.phone)), now deploys to Snowflake instead of failing with a table-creation error.