Hi, I would like to use Google Analytics ELT for ...
# troubleshooting
e
Hi, I would like to use Google Analytics ELT for Meltano (my current version is 2.0). I've followed this tutorial https://hub.meltano.com/taps/google-analytics I've have followed the steps until this part:
1. Next, visit the Google Analytics API dashboard, make sure that the project you used in the previous step is selected, and enable this API as well.
I've put the client_secrets.json to meltano root project. Then I tried to run
Copy code
meltano --environment=dev --log-level=debug select tap-google-analytics --list
however, this error shows up:
Copy code
Cannot list the selected attributes: Catalog discovery failed: command ['/c/Users/ediwj/meltano-elt/.meltano/extractors/tap-google-analytics/venv/bin/tap-google-analytics', '--config', '/c/Users/ediwj/meltano-elt/.meltano/run/tap-google-analytics/tap.4f23f156-71c4-42c7-82c0-6c09c5ba232c.config.json', '--discover'] returned 1
So, I guess I need to get
view_id
. Then I follow the next instruction to get
view_id
. However, when I follow the tutorial, I cannot get
view_id
from Google Analytics (V4) Any idea that can help me get through this? Thank you
p
Hey @edi_wijaya 👋 - If you try running it using debug mode
--log-level=debug
you should get better logs that will tell you whats causing the issue