If you run two taps at the same time you can hit t...
# troubleshooting
v
If you run two taps at the same time you can hit this
[WinError 2] The system cannot find the file specified: 'C:\\\\Users\\\\Derek\\\\Desktop\\\\code\\\\d11co\\\\meltano\\\\.meltano\\\\run\\\\tap-powerschool\\\\tap.config.json
Replication steps. 1. Run
meltano invoke tap-name
(proc1) 2. While that processes is running run
meltano invoke tap-name
(proc2) 3. When proc1 finishes everything will be ok (It'll delete tap.config.json) 4. When proc2 finishes meltano will attempt to remove tap.config.json and fail with this error First time I've hit this, and it was only in DEV as I'm testing what will happen in a few different scenarios. Is this a bug or expected behavior?
Is this not the case for ELT runs?
This one is a bit more devious, but maybe it doesn't happen in ELT mode. You can also have the same thing happen with your target. Invoke two target processes at the same time and you'll get the same behavior.
Anyone have some time (15 min?) to point me in the right direction on this? I think I need a video chat https://sourcegraph.com/search?q=context:global+repo:%5Egitlab%5C.com/meltano/meltano%24%404cd9a34+%5B%22config%22&patternType=literal
a
As mentioned in DM - I'm free in 45 and happy to sync!
v
https://gitlab.com/meltano/meltano/-/merge_requests/2247 PR Up need a bit of help information in the MR. Thanks @aaronsteers