-
Notifications
You must be signed in to change notification settings - Fork 3
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
conform db access using ego.io #16
Comments
Done in #34 |
I tried to use this connection provider with eTraGo so we could scrap the sessionmaker there. I'd propose the following "flow" for the connection provider:
@nesnoj @gplssm @ulfmueller |
I do not know, it works well on Linux. Comments from windoze users, anyone?
This sounds reasonable, please go ahead 👍 . But could you please implement it in ego.io (not eTraGo) and create a pull request? If you like, I could review the changes.. Do you use |
With commit 8311a20 I implemented my idea of a new config reader/writer. Please feel free to share your feedback! |
Thx for your effort! I would like to overcome the dependency of oemof.db with its archaic remnants just to initiate a DB connection ;-) I haven't tried your code and I won't do it this week. But I'm highly interested to use it with ding0 and eDisGo! If someone of you thinks about how can I test all relevant use case?, here's a list of things I would try if they work
|
Thanks @mariusves for improving the db stuff, I'll test it within this week..
I fully agree, time to get rid of it! |
Another note: currently when I use ego.io to create a database connection for the first time and enter the input for the config file, the password that I enter to be stored in the keyring in given plain text. Please adapt the password input to used getpass. |
Yupp, same here. But getpass is already used, it says that it fall backs to plaintext for some reason.. |
I've noticed that, too. Are you using Spyder/QTconsole, too? |
W're both using pyCharm |
@mariusves I've ran your version last week but got an error, so I decided not to dig deeper - this is what @gplssm mentioned in #41. But I fixed some small issues:
I approved @gplssm's cases 1.-3. from above. Merged into |
If you're fine with this, please close @mariusves |
Thanks for the fixes and merging! |
Nice! Therefore eTraGo, eGo, eDisGo, dp (...) can (should) all now use this ego.io db connector?! |
I can push the update to the new connector for eTraGo (already working with it locally). |
The original post was openego/data_processing#13, further discussions can be found in #14 (comment):
This is on schedule for v0.3.
The text was updated successfully, but these errors were encountered: