Hello, I am trying to set up the tap-amazon-sp ext...
# troubleshooting
s
Hello, I am trying to set up the tap-amazon-sp extractor. I keep getting the following error after running `meltano run tap-amazon-sp target-jsonl`:
Copy code
time=2023-07-21 22:09:25 name=backoff level=INFO message=Backing off get_records(...) for 31.7s (AttributeError: module 'signal' has no attribute 'SIGALRM') cmd_type=elb consumer=False name=tap-amazon-sp producer=True stdio=stderr string_id=tap-amazon-sp
1. I am running meltano in a virtual env in Windows 2. I replicated the same project in Mac and the command runs successfully 3. When I did some research online, it says that windows doesn't support
signal.SIGALRM
, Has anyone observed this issue before? Any solutions to this?