What's New in Version 1.13.0
Version 1.13.0 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”-
You can now use
std.reregex queries with the SQL backend, includingmatch(),search(),fullmatch(),findall(), andsub(). Before 1.13.0, the SQL backend did not support these regex operations. -
The ZIP archive from
rai doctor:reportnow includes a readablesummary.mdfile so you can quickly review status and key diagnostics. Before 1.13.0, you had to inspect raw JSON, YAML, and CSV artifacts for that overview.
Bug Fixes
Section titled “Bug Fixes”-
rai doctornow warns earlier when you usedirect_access: truewith an unsupported Snowflake authenticator and tells you how to fix it. Before this fix, you might instead hit a later raw token-exchange error. -
Deployments and refresh tasks now use the Snowflake role you set in
DeploymentConfig.role. Before this fix, PyRel could ignore that setting and use a different role.