Heyy, im new here, im using tap-jira but in the me...
# troubleshooting
l
Heyy, im new here, im using tap-jira but in the meltano ui so fill normaly the fields necessary for the extractor JIRA, but when i trying to test my connection appear the message “Invalid Extractor Connection tap-jira”. The fields i fill: username / password / base URL / Access Token / User-Agent (default value tap-jira via Meltano) Someone has connected successful using extractor jira with meltano UI?
r
Testing a connection through the UI is equivalent to running
meltano config <extractor-name> test
in your Meltano project directly. Try running
meltano --log-level debug config tap-jira test
and see if you can spot anything incorrect in the logs. 🙂
l
Thanks Reuben, i found some errors saying Could not find tap in properties json
i will try to fix it
r
Dump all the logs in here if you want a hand.