In v8, I’m facing a strange issue! When I’m using the form to create a new Presto Data source, It’s showing: init () got an unexpected keyword argument ‘password’!
Any idea regarding this error?

It’s probably because you have an incorrect (old) version of the pyhive library.

1 Like

@arikfr Is there any way to update it?

Yes, something along the lines of pip install pyhive==0.5.1.

1 Like

It worked like a charm! Thanks man!

1 Like