Hi, Installed Meltano via Ansible on EC2 and while...
# troubleshooting
s
Hi, Installed Meltano via Ansible on EC2 and while setting the host i am getting below error, where as If I create a new project manually and run the host set command it works
Copy code
ubuntu@ip:~/qwertyy$ meltano config tap-mysql set host abc
2023-10-11T09:33:15.116551Z [info     ] The default environment 'dev' will be ignored for `meltano config`. To configure a specific environment, please use the option `--environment=<environment name>`.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

invalid literal for int() with base 10: 'w'
v
Run that same command with a log level of debug, smells like an environment variable is set to something the config doesn't like (and the configuration is being loaded to do the config set here so it's failing before) still kind of odd. Once your can reproduce we should throw in a bug as well as I think the error should be more clear here
s
Hi, debug helped. A String was set whereas an Integer was expected for a particular environment variable.