meltano / meltano

Meltano: the declarative code-first data integration engine that powers your wildest data and ML-powered product ideas. Say goodbye to writing, maintaining, and scaling your own API integrations.
https://meltano.com/
MIT License
1.84k stars 166 forks source link

Ability to use relative path in plugin's `executable` property #2648

Closed MeltyBot closed 2 years ago

MeltyBot commented 3 years ago

Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2698

Originally created by @aaronsteers on 2021-04-05 23:35:40


As part of https://gitlab.com/meltano/singer-sdk/-/merge_requests/52, there is a need to provide a path to a plugin executable which is not available on PATH or within a meltano-managed virtual environment.

Scenario

The plugin's executable should reference a local script called tap-mytest.sh in the same directory as meltano.yml (i.e. ./tap-mytest.sh).

Issue Description

MeltyBot commented 2 years ago

View 6 previous comments from the original issue on GitLab