RamiAwar / dataline

Chat with your data - AI data analysis and visualization on CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
129 stars 6 forks source link

Update snowflake-sqlalchemy 2.0 upon release #217

Open RamiAwar opened 2 weeks ago

RamiAwar commented 2 weeks ago

Right now we're using pip to install snowflake-sqlalchemy 2.0 from a branch.

When 2.0 support is officially released, we should update the Dockerfile and README and just install it with poetry and lock it.

anthony2261 commented 2 weeks ago

Update: we've added it to pyproject.toml, it is now downloadable via poetry (https://github.com/RamiAwar/dataline/pull/219). But it's still through a branch, not the officially released package

anthony2261 commented 1 week ago

Closed via #219

RamiAwar commented 1 week ago

Update: we've added it to pyproject.toml, it is now downloadable via poetry (#219). But it's still through a branch, not the officially released package

Yess I realize, just wanna leave this open so we don't forget about it. 😬