Cleiton Ambrosio
07/02/2024, 11:57 PMlwa_client_id
, client_secret
and refresh_token
) that I properly get from Amazon Seller Central. However, as soon as I run a meltano config tap-amazon-sp test
I get
Plugin configuration is invalid
tap_amazon_seller.utils.InvalidResponse: '<' not supported between instances of 'NoneType' and 'datetime.datetime'
I am familiar with this Python exception, but so far I could not see how can I debug and fix it only from meltano's interface.
Has anybody come across this issue in the past?Edgar Ramírez (Arch.dev)
07/02/2024, 11:59 PMstart_date
for the extractor?Cleiton Ambrosio
07/03/2024, 12:00 AMCleiton Ambrosio
07/03/2024, 12:02 AMMeltano\venv\lib\site-packages\meltano\cli\interactive\config.py:404: RuntimeWarning: Unknown setting 'start_date'
value, metadata = settings.set_with_metadata(
Edgar Ramírez (Arch.dev)
07/03/2024, 12:04 AMCleiton Ambrosio
07/03/2024, 12:06 AMCleiton Ambrosio
07/03/2024, 8:03 PMmodule 'signal' has no attribute 'SIGALRM'
error, but as I switched to WSL2 the meltano config tap-amazon-sp test
ran fine (i.e., Plugin configuration is valid
).
Now I am trying to go for a proper meltano EL run, but am running into other error.
I will open a separate thread for that.