Skip to content
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

presto is not connecting #184

Open
kush99993s opened this issue Aug 24, 2024 · 0 comments
Open

presto is not connecting #184

kush99993s opened this issue Aug 24, 2024 · 0 comments

Comments

@kush99993s
Copy link

Hi,

Thank you for making this plugin. Love It.

However, I need some help with the Presto connection.

From the terminal, I can do the following.

MyURL is like https://presto.com.
Java -jar /usr/local/bin/presto --server MyURL --catalog MyCatalog --user MyUsername --password --execute "SELECT * FROM MyTable LIMIT 10;"
For following MyURL1 is presto.com

I can see the result. However, I converted the above example to the following when I wrote dadbod.
presto://MyUsername:MyPassword@MyURL/MyCatalog?protocol=https&ssl=true

It doesn't work. It complains
Error running command: java.io.IOException: unexpected end of stream on Connection{presto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant