-
Notifications
You must be signed in to change notification settings - Fork 590
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
bug(impala): cannot connect to Impala backend after 8.0 update due to attempt to create a temporary database on connect #8466
Comments
|
Thanks for reporting (again)! A quick glance at the code suggests the temporary database may not be needed at all. I'll poke at it a bit. |
|
@cpcloud - I'm getting a similar error using both Here's the error: Please let me know it would be easier for you if I raise a new issue. Thanks for your help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Hello, back in January I reported a bug under a closed merge request, which probably was not noticed. I probably should have opened a separate issue already back then, sorry! The issue seems to be that Ibis is now trying to create a database at startup, which does not work for me, and likely most other corporate users.
What version of ibis are you using?
8.0
What backend(s) are you using, if any?
Impala
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: