visch
08/05/2021, 7:06 PM[WinError 2] The system cannot find the file specified: 'C:\\\\Users\\\\Derek\\\\Desktop\\\\code\\\\d11co\\\\meltano\\\\.meltano\\\\run\\\\tap-powerschool\\\\tap.config.json
Is sent to STDOUT, not STDERR. The tap does have a 1 exit code so it's detected, but to figure out why the heck it was failing was painful.
Finally found that meltano invoke sending that specific log to stdout which is wrong. It's curious to me that any stderr stuff can get to stdout from meltano invoke Maybe I'm misunderstanding where the problem's coming fromvisch
08/05/2021, 7:16 PM