Phillip Cloud
Phillip Cloud
I put up #10290 to address the docs build failure.
Ah oops. Well, we'll have to add it manually after the release as it's already merged.
I'll rebase your PR to pick up the fix for the failing docs build.
Thanks @binste! I think to address this issue fully we're going to need to avoid sqlalchemy here, as it doesn't provide a dialect-agnostic notion of a top-level namespace (database, catalog,...
You should be able to use `con.table("t", schema="database.schema")` (I know it's a hack 😄)
Glad you asked! I lay out the primary motivations here: https://github.com/ibis-project/ibis/discussions/7213
I think the postgres choice of using `IS NOT DISTINCT FROM` semantics in remove is inconsistent with `NULL` input behavior in nearly every other function and API. If an argument...
Ah, yep, I thought that's what you had in mind. Glad to see we're in agreement here!
Can you show the version of the trino client you're using? Something like this: ``` In [1]: import trino In [2]: trino.__version__ Out[2]: '0.328.0' ```
Closing as stale. If you have more information about your Trino client version, happy to help debug.