Hello, any idea what does this error means?
# troubleshooting
y
Hello, any idea what does this error means?
All the above log also showing similar error
message has been deleted
v
looks like a Type error is what's being reported. What tap are you using?
t
It also looks like a tap error that’s getting passed through to Meltano
y
I'm using Meltano's google analytics
Here's my tap configuration. Is something wrong?
d
@yusuf_fahry… 1. Are you using the default reports that come with the tap? 2. Can you open your GA view’s admin settings and just double-check that the View ID is the same there? 3. Is there a chance that the service account you’re using has access to other properties in GA, but not the one what that View ID?
y
Hey @dustin_miller, thanks for the response. I'll try to answer your question one by one. 1. I'm not using anything but the default Meltano's tap. It's still a clean install and first try. I follow the official docs when setting this tap. (Is it what you're asking for? I'm new to Meltano, I might misunderstood your question so please assist me if I'm wrong) 2. I have it verified, the view ID is correct 3. I'm using a service account, where this service account is shared to all views in GA. So it has access to all views. Is it required to have one service account per view?
d
Ah, wait, I just realized.
That
view_id
does need to be a string in your
meltano.yml
file. Put ‘single quotes’ around it
It’s always things like that that I overlook when debugging something. 😄
y
It's running fine so far. Thanks @dustin_miller appreciate your help!
d
Most excellent news, @yusuf_fahry! Glad to help 🙂