meltano / hub

The single source of truth for all Meltano plugins, including all available Singer Taps and Targets: https://hub.meltano.com
https://hub.meltano.com
49 stars 63 forks source link

bug: target-pinecone cannot add - meltano add loader target-pinecone failed #1744

Open DaniPoot opened 3 months ago

DaniPoot commented 3 months ago

Meltano Version3.3.2

Python Version 3.10.6

To Reproduce Steps to reproduce the behavior:

meltano add loader target-pinecone

Bug scope CLI (options, error messages, logging, etc.)

Operating System

Screenshots

Screenshot 2024-04-22 at 1 51 44 p m
pnadolny13 commented 3 months ago

@DaniPoot it looks like the issue you're running into is Loader 'target-pinecone already exists in your Meltano project. You'll need to either remove it or use the inherit-from feature to create another version of it.

DaniPoot commented 3 months ago

@pnadolny13 I've removed the loader, tried to install again and I get another error.

Screenshot 2024-04-23 at 5 05 28 p m

edgarrmondragon commented 3 months ago

@DaniPoot

This is https://github.com/MeltanoLabs/target-pinecone/issues/16, which I logged a while ago but never got to submit a PR since I had no way to test the changes, but it seems fine in CI.

I've now submitted https://github.com/MeltanoLabs/target-pinecone/pull/30 and merged it, so installation should work now :)

outdated

Can you update your `meltano.yml` to point to the branch? ```yaml pip_url: git+https://github.com/MeltanoLabs/target-pinecone.git@refs/pull/30/head ``` And try installing again?

PS: ¡Saludos a Yucatán 🇲🇽!