What's New in Version 1.19.3
Version 1.19.3 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”-
Fixed a regression in 1.19.2 that broke exports into Snowflake destination tables with
Tabletargets when you call.into(Table(...))on a query result. This now works as expected. -
Fixed an issue that caused expressions like
where(x | y).define(...)to raise anUnused variable declarederror when both sides of the|operator contained calculated values. These expressions now evaluate to the expected value.