Hello, I’m trying to create a custom extractor. I ...
# troubleshooting
l
Hello, I’m trying to create a custom extractor. I already tested it with the plugin’s Meltano project created with the Meltano SDK.Then, I installed it in another Meltano project using the Github repository URL of my custom tap. The problem is when using the command
meltano config my-custom-tap list
, on the plugin’s Meltano project the settings are correctly listed but on the other Meltano project where I installed my custom plugin using Github repo URL, nothing is listed. I defined the settings of my custom extractor in the
meltano.yml
project output file and also in the
config_jsonschema
variable inside my tap python class. I am missing a step to correctly expose my custom plugin settings ?