If I install a custom extractor to a new project (...
# getting-started
h
If I install a custom extractor to a new project (from a local dir for now) and the custom extractor has its own meltano.yml file (used during development), is there anyway to inherit the settings from this file or do I necessarily have to go through the
meltano add --custom extractor <my_custom_extractor>
CLI flow to set up the plugin.
p
@hawkar_mahmod check out the docs on how to configure multiple yaml files. I think that will do what youre looking for