Skip to content

bootstrap script created incorrect (deprecated) config that doesn't work. #6

Description

@stestagg

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": {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions