What's New in Version 1.0.12
Version 1.0.12 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”-
Added a
tablessection inraiconfig.yamlso you can set defaults and named sources and export targets. See Use a Snowflake table withModel.Table()and Export results to Snowflake tables for details and examples. -
Added a
typeparameter toModel.Table()for specifying the table type, such as"native"or"iceberg". See Use a Snowflake table withModel.Table()and Export results to Snowflake tables for details and examples.