-
Notifications
You must be signed in to change notification settings - Fork 609
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: mssql does not implement _from_url()
#9415
Comments
_from_url()
_from_url()
Hey @grieve54706 -- thanks for opening this! This seems like a good starter issue for a new contributor, so we might leave it open for a little while, but I'm sure someone will pick it up eventually. Let us know if it becomes a blocker for you! |
Hi @gforsyth, I wish I had the time to help implement this feature. Would you mind if I submit a PR to fix it when I have some free time? |
Hey @grieve54706! Definitely! It's possible someone else might pick it up, but I'm happy to wait on it. |
hi @grieve54706, have you already started working on this? if not and if it's ok, I would like to take on this |
Hi @pangeran-bottor, I'm not ready. You can take this. Thank you for your time and help. |
Closed by #9894. |
What happened?
The document website has a description of the MSSQL that could use a connection URL to connect.
https://ibis-project.org/backends/mssql#ibis.connect-url-format
But actually backends.mssql inherits
NoUrl
and does not implement_from_url()
.What version of ibis are you using?
9.0.0
What backend(s) are you using, if any?
MSSQL
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: