Phillip Cloud

Results 993 comments of Phillip Cloud

If someone is still interested, taking a look at the postgres backend or the duckdb backend in `ibis/backends/{postgres,duckdb}/__init__.py` would be the place to start. Closing as not planned, as we...

Since we have `to_parquet_dir`, can we use that? Let's avoid stuffing directory support into duckdb's `to_parquet` if we can.

I think what @walnutist might be asking for is the ability to construct a backend from an existing Ibis connection.

@deepyaman Is this PR still viable? @chloeh13q Implemented the various `to_*_dir` methods recently, so maybe this can be closed?

@deepyaman Yeah, let's wrap up the `to_delta` bits and then merge this!

Our implementation of this has changed significantly, and we no longer manually track refs, so I'm going to close this as stale.

I don't think we should do this. There's certainly security _and_ privacy concerns here, there's also the fact that printing out SQL generated by Ibis might make the traceback unreadably...

Closing this out for now. This PR isn't viable as is. I think bug reports coming from errors from invalid SQL produced by Ibis are fine to be reported from...

I think we'd to eventually be able to offer Ibis without requiring `pyarrow` or `pandas`, or least without requiring `pandas`. Many systems are starting to have arrow-native endpoints that don't...