v0.0.27
vanna-ai/vannav0.0.27Oct 30, 2023by zainhoda
AI Summary
This release introduces dynamic URL handling for SQLite connections and adds schema support to Snowflake connections.
Key Highlights
- Dynamic local/remote URL support for SQLite
- Optional schema parameter for Snowflake
New Features
- Dynamic SQLite URL support
- Snowflake schema parameter
Full Release Notes
## What's Changed * read local/remote url dynamically in connect_to_sqlite by @aparnakesarkar in https://github.com/vanna-ai/vanna/pull/123 * add optional schema parameter to Snowflake connection by @zainhoda in https://github.com/vanna-ai/vanna/pull/131 ## New Contributors * @aparnakesarkar made their first contribution in https://github.com/vanna-ai/vanna/pull/123 **Full Changelog**: https://github.com/vanna-ai/vanna/compare/v0.0.26...v0.0.27