luis_ventura
01/03/2023, 5:45 PMmeltano 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 ?