machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

fix(sql): sqlalchemy 2.0 compat imports #472

Closed machow closed 11 months ago

machow commented 1 year ago

This PR adjusts sqlalchemy imports to work with v2.0. Most of the structure for backwards compat was already in place, so this is hopefully just a few imports.

machow commented 11 months ago

Yoooooooo