This error occurred for me in one of local setups when I tried to run Driver build: [DBInstanceClass] is missing and is a required parameter
Workaround: Copy-paste values from vendor/swiftotter/driver/.driver/connections.yaml to your local .driver/connections.yaml
Something is wrong with merging configs (well, there is even this todo inside config file: # TODO: fix merging so that the other keys overwrite this.)
This error occurred for me in one of local setups when I tried to run Driver build:
[DBInstanceClass] is missing and is a required parameterWorkaround: Copy-paste values from
vendor/swiftotter/driver/.driver/connections.yamlto your local.driver/connections.yamlSomething is wrong with merging configs (well, there is even this todo inside config file:
# TODO: fix merging so that the other keys overwrite this.)