nidhi_kakulawaram
08/11/2023, 3:36 PMmeltano 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.pat_nadolny
08/14/2023, 1:48 PMinvoke
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?