I'm trying to install (add) a custom extractor thr...
# plugins-general
m
I'm trying to install (add) a custom extractor through the CLI, and it's instantly aborting. I can add the built-in extractors, but nothing custom.
d
@michael_cooper Add
--interactive
to
docker run
so that Meltano can ask you additional questions about the plugin and get your answers over STDIN! This is mentioned in step 3 under https://meltano.com/docs/getting-started.html#add-an-extractor-to-pull-data-from-a-source, but not currently under https://meltano.com/docs/command-line-interface.html#how-to-use-discoverable-plugins. I'll add it there as well!
m
Whoops, I forgot that was needed. It's been a bit since I was working with Meltano. Thank you!