Hi! I am a high schooler that wants to use Meltano...
# troubleshooting
a
Hi! I am a high schooler that wants to use Meltano for a project I am working on. Whenever I try to run Meltano with a shopify tap and a csv target, I keep getting the following error message (in the screenshot). I’m new to this and would appreciate some feedback. What are the next steps I can take to resolve this?
t
Couple of recommendations. Have you tried running with
--log-leve=debug
? Also, you can run
meltano invoke tap-shopify
(with or without the log level) to see if the connector itself is able to run
f
Hey @armaan_tewary. I'm no expert in this, but it looks like you do not have the configuration set, as it indicates "place_holder" for the shop, api_key, and start_date. You should be able to do a
meltano config tap-shopify list
to list the current values and where metlano is getting them from (meltano.yml or .env most likely). And you should be able to do a
meltano config tap-shopify set shop myshopname
to set the shop name to myshopname (if that's what yours is). I don't know Shopify, but it looks like you will need a shop name, API key, and a start date for the extractor (tap). Hope this helps!