Linus Yang
05/18/2024, 9:37 AMmeltano --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?
ThanksAndy Carter
05/20/2024, 7:11 AMmeltano.yml
file in full with any secrets redacted?