Getting back with a need to make target-vertica wo...
# troubleshooting
j
Getting back with a need to make target-vertica work. Trying to use https://github.com/full360/pipelinewise-target-vertica. Config:
Copy code
- name: target-vertica
    variant: pipelinewise
    pip_url: git+<https://github.com/full360/pipelinewise-target-vertica.git>
meltano install fails:
Copy code
Loader 'target-vertica' is not known to Meltano
How to overcome this issue?
I found the solution, thanks to the DOC: https://docs.meltano.com/guide/plugin-management#custom-plugins
Copy code
- name: target-vertica
    namespace: target_vertica
    pip_url: git+<https://github.com/full360/pipelinewise-target-vertica.git>
    executable: target-vertica