What's New in Version 0.11.3
Version 0.11.3 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”- Data stream synchronization is now smarter and more efficient! With this update, data streams are reset automatically only when the columns of a source table actually change—such as when columns are added, removed, or modified. Changes to table metadata that don’t affect columns (like adding tags or enabling change tracking) no longer cause unnecessary stream resets.