What's New in Version 1.30.0
Version 1.30.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiBug Fixes
Section titled “Bug Fixes”- When querying a deployed model in Snowflake, aggregates inside a
union()could fail withUnsupported subquery type cannot be evaluated. Aggregates now compute over their whole group instead of a single row. This applies tocount(),sum,max, andavg, including when grouped with.per().