:wave: Hello, team! I am trying to setup meltano +...
# singer-taps
l
👋 Hello, team! I am trying to setup meltano + tap-mysql. I have added the config but when running
meltano --environment=dev config tap-myql test
I received below error message. Cannot list the selected attributes: Catalog discovery failed: command ['/home/linus/codes/traveler/traveler_dataops/.meltano/extractors/tap-mysql/venv/bin/tap-mysql', '--config', '/home/linus/codes/traveler/traveler_dataops/.meltano/run/tap-mysql/tap.28634be1-bd76-4599-bab3-205a5454f099.config.json', '--discover'] returned 1 with stderr: 2024-05-18 192845,024 | ERROR | tap-mysql | Config validation error: 'host' is a required property 2024-05-18 192845,024 | ERROR | tap-mysql | Config validation error: 'username' is a required property 2024-05-18 192845,024 | ERROR | tap-mysql | Config validation error: 'private_key' is a required property I got below when run
meltano --environment=dev config tap-mysql
2024-05-18T092622.937362Z [info ] Environment 'dev' is active { "host": "47.103.106.249", "password": "xxxxxxx", "port": 1234, "ssh_tunnel": { "enable": false, "port": 22 }, "username": "xxxxx" } I follow tap-mysql--meltanolabs instruction to configure the extractor. Any idea what did I miss? Thanks
a
Please can you share your
meltano.yml
file in full with any secrets redacted?
👍 1