p0mami
07/26/2022, 12:56 PMmeltano.cli.utils.CliError: __init__() got an unexpected keyword argument 'request_timeout'
__init__() got an unexpected keyword argument 'request_timeout'
I figured out, that the problem with snowplow-tracker, because ___init___ method of Tracker class doesn't have request_timeout as an argument.
Thank you!edgar_ramirez_mondragon
07/26/2022, 1:44 PMrequest_timeout argument is not being passed to the Tracker constructor, but to the Emitter one. This was added to the snowplow tracker library in their latest release (0.10.0), which makes me think that you got an older version in your Python environment somehow.
Try upgrading the version of snowplow-tracker in that environment, or if you have not already, try installing Meltano in an isolated virtualenv, perhaps using pipx.p0mami
07/26/2022, 4:32 PMsnowplow-tracker, also i've checked venv/lib/python3.8/site-packages/snowplow_tracker/emitters.py and there is a request_timeout argument in the __init__
Might be this problem because of docker?edgar_ramirez_mondragon
07/26/2022, 4:33 PMp0mami
07/26/2022, 4:50 PMbinoy_shah
08/18/2022, 3:07 PM2.1.0 , I cannot upgrade further than thatp0mami
08/19/2022, 10:13 AM