Dean Morin
Dean Morin
I've not been able to get retries to work as expected. I have `"retries": 2`, but I either get: 1. No retries at all on failure 2. Infinite retries on...
[Installing the tap and targets in separate virtual environments](https://github.com/singer-io/target-csv/issues/23#issuecomment-751884933) fixes this issue, but then you get: ``` Traceback (most recent call last): File "/Users/dean/.virtualenvs/tap-exchangeratesapi/bin/tap-exchangeratesapi", line 8, in sys.exit(main()) File "/Users/dean/.virtualenvs/tap-exchangeratesapi/lib/python3.8/site-packages/tap_exchangeratesapi/__init__.py",...
@dave-connors-3 The actual comment that triggered this bug was describing what a particular CTE is for: ```sql -- Find when the case first moves from "New" to any other status...