Phillip Cloud
Phillip Cloud
Would love to see support for sqlalchemy 2 in `snowflake-sqlalchemy`!
@aucampia Can you paste the `.proto` file that reproduces this issue somewhere?
Thanks for the issue, nice find 🔍 I wonder if `CREATE TABLE IF NOT EXISTS` would be the right thing to do here. If the table was created, then it...
We had `force` in `create_table`, and got rid of it due to deeming mostly not that useful. Since this particular bug is an internal use of `create_table`, I'm not sure...
Playing around with this some, I think we should keep overwrite to avoid lots of breakage, and add another boolean parameter to indicate whether to skip if the table already...
Thanks for the issue! The SQLAlchemy dialect age is concerning, but the `hdbcli` library looks promising. If we did this it'd probably be a new sqlglot-based backend similar to the...
@deepyaman Can we just make Python 3.11 the default?
If we **really** must I suppose we can have a second `Dockerfile` for Python 3.11.
In progress document here https://github.com/ibis-project/ibis/pull/9128
@gforsyth Brings up a good point. Let's hold off on merging to 9.0 for now to avoid delaying its release. We can merge this soon after 9.0 is cut (not...