Phillip Cloud
Phillip Cloud
As long as you can show some SQL and some Ibis I think I can handle a workable postgres instance.
Closing this out! Please open again if you're able to reproduce.
This might be useful, but let's wait until someone requests it.
Supported in - Snowflake - Deltalake `read_delta` - ~Iceberg~ No ibis API for this (yet) - [Flink](https://cwiki.apache.org/confluence/display/FLINK/FLIP-308%3A+Support+Time+Travel) (Perhaps only when using Paimon?) - BigQuery Not supported in - Postgres We...
I think it will, but only because the sqlglot refactor involves a lot of changes to the backend, and it will make development more difficult to have two different branches...
What would `pg.create_view("my_view", duckdb_con.table("my_table"))` do? Views are defined by queries to tables in the database, not sure what exactly it would mean to define a view in postgres based on...
Can you time the entire block of code? How long does the `cache` call take? If it takes around 4-5 seconds then the timings you're showing would be consistent with...
😅 It might not be entirely useless. If a particular expression ends up being slow to recompute and you're changing dependent expressions a lot then caching parts of the expression...
Just did this.
Thanks for the issue! I don't think we can imbue specific selectors with special meaning in certain contexts. There are a number of downsides: - understanding of selector behavior is...