ananya
04/20/2022, 10:59 AMtap-salesforce
variant - singer-io
by following the instructions but it is giving me error:
Extractor 'tap-salesforce' variant 'singer-io' is not known to Meltano. Variants: meltano (default)
Am I missing out something here?taylor
04/20/2022, 1:33 PMmanikandan_b
04/20/2022, 3:16 PMmanikandan_b
04/20/2022, 3:16 PMmeltano add --custom extractor tap-salesforce --variant singer-io
ananya
04/22/2022, 11:24 AMdiscover
command it was not showing singer-io
variant. So, I had to add tap-salesforce variant manually in maltano.yml
file then I ran
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. 🙏 😊taylor
04/22/2022, 2:00 PM