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
Imports using databases (besides the test OEP) do not work due to incorrect assumptions about table naming and missing documentation for SSH configurations. Additionally, it is not possible to open an SSH tunnel externally and use it with eDisGo.
To Reproduce
Steps to reproduce the behavior:
Attempt to import data from an eGon-data database (not the test OEP).
Observe that the import fails due to table naming mismatches.
Try configuring database connections using SSH tunneling outside of eDisGo.
eGon-data configuration files without ssh tunnel information are not currently supported.
Expected Behavior
Database imports should work for any properly configured eGon-data database, not just the test OEP.
The engine function should be well-documented for handling eGon-data configurations and SSH settings.
Users should be able to open an SSH tunnel externally and use it with eDisGo.
The text was updated successfully, but these errors were encountered:
Describe the bug
Imports using databases (besides the test OEP) do not work due to incorrect assumptions about table naming and missing documentation for SSH configurations. Additionally, it is not possible to open an SSH tunnel externally and use it with eDisGo.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
engine
function should be well-documented for handling eGon-data configurations and SSH settings.The text was updated successfully, but these errors were encountered: