You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ibis.connect(f"mysql://{user}:{password}@{host}:{port}/{database}"), connect_args in the _from_url is missing "port": url.port in the Backend class of backends.mysql. It will always use the default port when using the connection URL.
What version of ibis are you using?
9.0.0
What backend(s) are you using, if any?
MySQL
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
When using
ibis.connect(f"mysql://{user}:{password}@{host}:{port}/{database}"),connect_argsin the_from_urlis missing"port": url.portin theBackendclass ofbackends.mysql. It will always use the default port when using the connection URL.What version of ibis are you using?
9.0.0
What backend(s) are you using, if any?
MySQL
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: