Running bootstrap.sh creates the file: test-app/evidence.plugins.yaml with the plugin name added.
As of current evidence (run from 8d7044d on 2 Jun 25) this doesn't work. npm run sources gives the error:
[Processing] test_xxxx
[ ! ] Could not find matching datasource plugin for ....
When running the server, this warning is displayed (not a critical issue):
⚠ evidence.plugins.yaml has been deprecated ⚠
Support will be removed in a future update. evidence.config.yaml should be used instead.
I fixed this for us by moving the contents of the file to evidence.plugins.yaml:
"@evidence-dev/sqlite": { }
"@evidence-dev/trino": { }
"@evidence-dev/motherduck": { }
"evidence-connector-xxx": {}
Running bootstrap.sh creates the file:
test-app/evidence.plugins.yamlwith the plugin name added.As of current evidence (run from 8d7044d on 2 Jun 25) this doesn't work.
npm run sourcesgives the error:When running the server, this warning is displayed (not a critical issue):
I fixed this for us by moving the contents of the file to evidence.plugins.yaml: