What's New in Version 1.30.1
Version 1.30.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”-
When you deploy a model, RelationalAI now checks the generated SQL first and stops with a clear error instead of letting the deploy succeed and then potentially fail later on its first refresh. The check is on by default. Set
deployment.validate_sqltofalseto skip it. -
You can now deploy a model that contains a prescriptive
Problem, and have Snowflake solve it on each scheduled refresh without keeping a Python session open. It runs under a Snowflake identity you configure with the newdeployment.pat_useranddeployment.pat_warehousesettings.