Hi, I am trying to add `tap-salesforce` variant -...
# troubleshooting
a
Hi, I am trying to add
tap-salesforce
variant -
singer-io
by following the instructions but it is giving me error:
Copy code
Extractor 'tap-salesforce' variant 'singer-io' is not known to Meltano. Variants: meltano (default)
Am I missing out something here?
t
What command are you running exactly?
m
@ananya Hope you used --custom to add extractor
Copy code
meltano add --custom extractor tap-salesforce --variant singer-io
a
@manikandan_b - yes, I used the same command. I think it has to do with discoverable plugins when I ran
discover
command it was not showing
singer-io
variant. So, I had to add tap-salesforce variant manually in
maltano.yml
file then I ran
Copy code
meltano add --custom extractor tap-salesforce --variant singer-io
and it worked. 🙂 Actually I assumed that if we have any tap available on Meltano Hub then it should be a discoverable plugin. Anyways it is working fine now. So, thanks to you both. 🙏 😊
t
@ananya very soon everything on the Hub will be discoverable. @edgar_ramirez_mondragon is working on that feature 😄