Kevin Gaffney

Results 2 comments of Kevin Gaffney

I'm not sure what's causing this, but it looks like it's related to SQLAlchemy version 2.0.0. As a temporary workaround, I added `!pip install SQLAlchemy==1.4.46` before `%load_ext sql`, which fixed...

Nice idea! Arrow has a [status](https://github.com/apache/arrow/blob/master/cpp/src/arrow/status.h) as well. Our error codes could be a superset of Arrow’s. Not sure about compatibility but I’m guessing we could write some utility functions...