Phillip Cloud
Phillip Cloud
In doing the 2.0 upgrade for ibis, the easiest thing was to set `SQLALCHEMY_WARN_20=1` using a version strictly **less than** 2.0 -> turn on pytest warnings-as-errors -> crank out the...
I guess this basically limits downstream users to using sqlalchemy's `StaticPool` for duckdb if they want to avoid session state appearing to suddenly expire because for whatever reason a new...
For ibis, I think we'd be fine with that.
@Mause Is there some wisdom we can lift from the sqlite dialect? It seems like that would have to solve the same problems.
Perhaps this can be closed in favor of #4684?
The plan is actually to move `ibis-bigquery` back into the main ibis repo. See https://github.com/ibis-project/ibis-bigquery/issues/151 for reference.
Let's leave Antarctica in for now. It's possible the data have some other data in there that are "unknown" that need to be handled (I know they don't in this...
This seems to have been fixed, I can no longer reproduce the difference between these two backends.
@kszucs Can you use `pytest-snapshot` for the tests here? It's hard to see if you are because the large number of files changed makes the browser slow 😬