Hello. I have read <doc about setting configuratio...
# getting-started
a
Hello. I have read doc about setting configuration, and i see that i can set config from .env, but it do not work for me And the second question, is it necessary to duplicate the same variables for those tap who are inherited from the first one?
e
but it do not work for me
can you say more about which command is failing or behaving unexpectedly?
tap-connectwise-automate
seems to be a custom plugin, so you need to declare its settings: https://docs.meltano.com/concepts/project#custom-plugin-definitions
You can confirm a plugin’s settings with
meltano config tap-connectwise-automate list
a
I ran it, the second screenshot below shows an empty response. But at the same time, if I specify, for example, one of the parameters in yml in config, then I will see the response (I showed this in the screenshot) About settings. I have described settings inside repo with my custom tap. Is i need duplicate it in each places where i use this tap?
e
Is i need duplicate it in each places where i use this tap?
Yes, in the
tap-connectwise-automate
definition. Meltano can’t yet discover the settings of custom plugins.
child taps don’t need it
a
understand you. Will try now. Thanks. And what about set config params in env. Is i need add same env variables for all of child?
like this
e
no, if you read the output of
meltano config … list
for the child taps, you’ll see the options
a
yes I saw it; Just decided to make sure. Thanks