What's New in Version 1.7.0
Version 1.7.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”- Snowflake connections now support
authenticator="oauth_client_credentials"for app-to-app OAuth flows. SeeOAuthClientCredentialsAuthfor configuration details. - Added
rai reasoners sizesto inspect available reasoner sizes.
Bug Fixes
Section titled “Bug Fixes”- PyRel now normalizes Snowflake object identifiers the same way that Snowflake does. This prevents errors that claim that existing objects can’t be found.