I'm struggling to get Meltano to recognize <tap-aw...
# troubleshooting
o
I'm struggling to get Meltano to recognize tap-awin, which is listed on the MeltanoHub as an extractor (https://hub.meltano.com/extractors/tap-awin) but is not appearing in
meltano discover extractors
. Any thoughts?
A possible hint: I'm running Meltano 1.105.0 which... yeah 😐
e
Yeah, MeltanoHub didn't even exist in the times of 1.105.0 😅. My untested suggestion would be to create a new dummy project, and use the latest meltano 3.x with
meltano add extractor tap-awin --from-ref <https://github.com/meltano/hub/blob/main/_data/meltano/extractors/tap-awin/gthesheep.yml>
. Then copy the generated plugin definition from
meltano.yml
to your real project.
o
Ah I'll give that a shot, thanks! Oddly, it worked for me in the past (on 1.105.0), but I haven't touched it in a while. Not sure why it'd suddenly get un-recognized. I figured there was a catalog or something that needed to get refreshed before running
meltano discover
. But I'll give your suggestion a shot.
e
Yeah, meltano 1.x had a catalog that you could hint with new custom plugins. You might still be able to build the old docs and dig for that 🙂 https://github.com/meltano/meltano/tree/v1.105.0/docs.