Hello Everyone, I am trying to set the password of...
# troubleshooting
m
Hello Everyone, I am trying to set the password of redshift ( using redshift datamill) by using this command 
meltano config redshift-datamill set redshift_password xxxxxxx
But it is storing into meltano.yml file rather then .env file. What could be the possible reasons of it.
e
in the
settings
of your custom plugin you should declare
redshift_password
to have
kind: password
. Like here: https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/core/bundle/discovery.yml#L2688-2690
m
Thank you so much @edgar_ramirez_mondragon. It worked🙌
e
@monika_rajput Awesome!