Hi, I am currently trying to utilize tap-google-an...
# troubleshooting
n
Hi, I am currently trying to utilize tap-google-analytics. When I run
meltano invoke tap-google-analytics --test
successfully with my current configs. However, when I run
meltano config tap-google-analytics test
, I am getting the error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 89: ordinal not in range(128)
I am from Akkio and we are trying to migrate all our integrations to meltano. We need config test working to be able to standardize our codebase. Meltano was appealing to us because in the past we have had to create custom integrations for each data source. We would like to avoid customization in our new implementation as much as possible.
p
A very similar issue was raised recently in https://meltano.slack.com/archives/C01TCRBBJD7/p1691277643447539 and theres an open issue around it https://github.com/MeltanoLabs/tap-google-analytics/issues/144. Feel free to add comments to that issue. If
invoke
works then your pipeline should succeed so you should be able to ignore the config/test failure for now. Are you running on a windows machine?