machow / siuba

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

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

Closed machow closed 2 years ago

machow commented 2 years 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