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

tests(sql): duckdb_engine exception now matches others #442

Closed machow closed 1 year ago

machow commented 1 year ago

duckdb_engine handles everything right -- but we have to pull out the underlying duckdb connection to work around the pandas .to_sql method being slow, so will need to tackle this when we remove all special duckdb handling

see: https://github.com/machow/siuba/pull/441#discussion_r975008814