-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flightsql connection working #104
Conversation
I played around a bit with the code and the ui -- it took me some time getting used to it (kind of vim-like bindings) but once I got the hang of it, it was quite cool Some feedback is:
|
I fixed some clippy issues and I think we should just merge this as is |
ah i jsut got this completely working this morning, was about to push up some more changes. but ill just do another pr. but i agree on the point regarding quiting and keys in general. im still giving that some thought. |
@alamb it also has some key handling improvements. |
Cool -- sorry if I messed you up -- I am thinking given this is an early and fast moving project we can just merge quickly I am working on adding
I am thinking that way I can focus on the code that sets up / runs queries as you are working on the UI |
@alamb no problem at all. its definitely very fast moving, i think the next pr im about to do has some pretty good improvements and flightsql is fully working now. regarding point 1 did you try setting ddl in there is logic here for that which iterates over all queries in it |
I did not
Nice What I am (not so) secretly hoping, is to create some sort of file based catalog format (similar to the duckdb .db format) that can have DDL but also more crazy things like the contents of parquet metadata from remote object stores But I don't even really have time to do what I want today, let alone this other cool stuff. Some day |
@alamb actually after seeing the diff i think the key handling improvements were already there. but i just merged my latest changes. the next thing i wanted to get working was an s3 feature so i could have DDL that uses that. also just making sure you saw - there is some help on the bottom of the screen that says some key bindings |
That would be very cool and i think could bring a lot of value to the ecosystem. did you have any preliminary thoughts on the metadata part? we could definitely add an experimental feature for exploring that topic. i do also plan on adding some catalog / schema exploration capabilities so could be related to that. |
Adds a new tab for FlightSQL client