Closed ctdunc closed 1 month ago
When I use this, it seems like any query I write hangs out for a few (7-10) seconds, before starting the "Execute query" loading screen (initiating the connection via snowsql?). On the other hand, using DB to connect to BigQuery seems to start the "Execute query" screen much faster (0-2 seconds).
Is there some way you are using to step around this that I'm not seeing @ctdunc?
When I use this, it seems like any query I write hangs out for a few (7-10) seconds, before starting the "Execute query" loading screen (initiating the connection via snowsql?). On the other hand, using DB to connect to BigQuery seems to start the "Execute query" screen much faster (0-2 seconds).
Is there some way you are using to step around this that I'm not seeing @ctdunc?
I see a similar time for connection (not quite as long, does it take u this long to connect via the CLI normally?). My initial thought is that this is probably a limitation of the snowsql tool.
@daasity-nathan one day later update: I'm not seeing 7-10 seconds. Maybe more like one second, even with using a really annoying VPN. Can you test this by connecting with the CLI tool directly?
@tpope is there anything else blocking this PR? I think I've addressed your comments, happy to make any more suggested changes.
Ill hopefully have time to dedicate to looking at snowflakes new CLI tools for that one SSO caching issue, but i think as-is we have 95% of use cases covered, and it doesnt seem like this functionality is included with any of the other databases.
Thanks again for your time and patience!
@ctdunc It works fairly great for me. Just curious if there is additional config to display all the databases?
@ctdunc It works fairly great for me. Just curious if there is additional config to display all the databases?
Looks like you are using DBUI, which is a different project. https://github.com/kristijanhusak/vim-dadbod-ui
I have spent maybe 20 mins on getting this working in DBUI & have a rough version working, but needs cleanup. probably need approval here first before submitting a pr there as this is a dependency.
@ctdunc It works fairly great for me. Just curious if there is additional config to display all the databases?
Looks like you are using DBUI, which is a different project. https://github.com/kristijanhusak/vim-dadbod-ui
I have spent maybe 20 mins on getting this working in DBUI & have a rough version working, but needs cleanup. probably need approval here first before submitting a pr there as this is a dependency.
Awesome, Can you share your fork on vim-dadbod-ui
? Im very eager to try it out for my VSCode Snowflake extension replacement.
@ctdunc It works fairly great for me. Just curious if there is additional config to display all the databases?
Looks like you are using DBUI, which is a different project. https://github.com/kristijanhusak/vim-dadbod-ui
I have spent maybe 20 mins on getting this working in DBUI & have a rough version working, but needs cleanup. probably need approval here first before submitting a pr there as this is a dependency.
Awesome, Can you share your fork on
vim-dadbod-ui
? Im very eager to try it out for my VSCode Snowflake extension replacement.
Sure. github.com/ctdunc/vim-dadbod-ui-snowflake
Still really rudimentary, no autocomplete support etc. Going on vacation shortly but happy to try out any features once back in internet land
@ctdunc It works fairly great for me. Just curious if there is additional config to display all the databases?
Looks like you are using DBUI, which is a different project. https://github.com/kristijanhusak/vim-dadbod-ui I have spent maybe 20 mins on getting this working in DBUI & have a rough version working, but needs cleanup. probably need approval here first before submitting a pr there as this is a dependency.
Awesome, Can you share your fork on
vim-dadbod-ui
? Im very eager to try it out for my VSCode Snowflake extension replacement.Sure. github.com/ctdunc/vim-dadbod-ui-snowflake
Still really rudimentary, no autocomplete support etc. Going on vacation shortly but happy to try out any features once back in internet land
It is a great start, I start trying out now, thank you for putting effort on it.
For this PR, could we make it main if no additional updates required @tpope ?
+1 on getting this moving
I did a pass of cleanup. Please sanity check that everything's still working as intended. Once you confirm, I'll squash and merge.
hey @ctdunc, just one more step. Im excited to switch to main branch now.
LGTM--connecting works and can execute queries! Thank you!
Wasn't sure how to update #65 with my own changes, so opened a new PR here. Please let me know if any changes required!