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
To support multiple databases of the same type, we should support subsections in the vdk configuration. The following config should be valid. VDK should parse three separate configs and name them using the subsection names.
Solving: #3305
The main change is that now we have sections list in Configuration and
ConfigurationBuilder instead of having only key-value lists
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dilyan Marinov <mdilyan@vmware.com>
Overview
To support multiple databases of the same type, we should support subsections in the vdk configuration. The following config should be valid. VDK should parse three separate configs and name them using the subsection names.
Suggested Implementation
job_config.py
And then in the JobConfigIniPlugin class
This should work for the current state of config files without any problem and support sections like
vdk.something
Acceptance criteria
The text was updated successfully, but these errors were encountered: