You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the concept of DuckDB more than SQLIte for this project, due to the columnar format. I'm not sure how hard it would be to create some type of middleware that massages SQLite SQL into DuckDB SQL from PeeWee definitions. Probably not that hard. I feel like this is the most user friendly way, then we could point users to some DBeaver instructions on how to start querying data fast.
Actually, this looks pretty easy. And Superset has a PR open for this since May, maybe that'll get merged soon: apache/superset#14563
The text was updated successfully, but these errors were encountered:
I like the concept of DuckDB more than SQLIte for this project, due to the columnar format. I'm not sure how hard it would be to create some type of middleware that massages SQLite SQL into DuckDB SQL from PeeWee definitions. Probably not that hard. I feel like this is the most user friendly way, then we could point users to some DBeaver instructions on how to start querying data fast.
Actually, this looks pretty easy. And Superset has a PR open for this since May, maybe that'll get merged soon: apache/superset#14563
The text was updated successfully, but these errors were encountered: