Hi everyone, i am trying to add tap-google-analyti...
# plugins-general
a
Hi everyone, i am trying to add tap-google-analytics plugin. this plugin require either client_secret.json or OAuth Information but in recent plugin UI it seems all fields are mandatory. Test Connection button is not enable when passing required param.
n
Hi Ankur, I think the behaviour you see is related to this issue https://gitlab.com/meltano/meltano/-/issues/2395 So the
'view_id', 'start_date'
are required field and then its either
key_file_location
or all the other settings for
oauth
are required
d
@ankur_adhikari Hmm, the configuration you've got looks correct, so I'm not sure why the "Test Connection" button is disabled. This might be a recently introduced bug. Can you please create an issue on https://gitlab.com/meltano/meltano/-/issues so that I can look into this some more?
a
sure @douwe_maan thanks, i will create a issue for this
d
@ankur_adhikari Thanks!
Note that the
meltano elt
CLI should let you run a pipeline without complaining about the missing settings 🙂
a
d
Thanks, I'll look into it today!
Out of curiosity, is there a particular reason you ended up trying to set things up in the UI first, instead of using the CLI as recommended in https://meltano.com/docs/getting-started.html?
a
i use CLI also but just came to know the issue while configure tap from UI and raised an issue for it. 😊
d
Thanks, it's much appreciated 🙂