Phillip Cloud

Results 993 comments of Phillip Cloud

Wonder if we could also or instead of `set_credentials` add `secrets` kwargs to `connect`?

> seems like an overkill to be able to run the examples. It's possible. The other alternative that we considered was storing data in the repo, which means we can't...

Even if we got rid of gcsfs, we're probably not going to get rid of pins.

I realize this discussion is on ibisml, but the examples are coming from the main ibis repo.

Should ```python # Get the data out of the table. output_table = conn.execute("SELECT name FROM example_data").arrow() print("Output result is nullable: ", output_table.schema.field("name").nullable) ``` actually result in a nullable column? It's...

Circling back here after a very long time ... The issue as I see it is whether to model `NOT NULL` as a constraint on the data of a column...

Reading through the issue again, though, I am still +1 on `register` respecting nullability!

Can you give an example of your desired output? Is the goal to concat every array in the column into a single array per group? If so, we don't have...

Yes, absolutely. Starting with just those two is totally fine. We can fill in the rest as they are available in the backends/someone is interested in having support for them...

@kursataktas 👋🏻 Welcome! Interesting use of Ibis! Since you're deriving value from Ibis, would you considering donating some funds to the project to support CI infrastructure?