Ian OLeary
04/18/2024, 4:36 PMmeltano run custom-tap
with no stack trace. However, it's letting me invoke the tap and prints out data on my CLI when I do a meltano invoke custom-tap
. I have some other custom commands for my utilities and those are failing too. My laptop recently backed up to OneDrive, and my project was previously at C:\Users\user\Documents\GitHub\datawarehouse\meltano, but then got moved to C:\Users\user\OneDrive - Company\Documents\GitHub\datawarehouse\meltano and it looks like the other documents folder got deleted. I'm assuming this is the cause of the issue since I never encountered this error before, and meltano throws an error when i try to run my custom commands that basically says it can't find meltano.exe in that first directory (because it's not there). Has anyone experienced this? Should I just recreate the Documents\GitHub directory in my user drive and then clone the repository there?visch
04/18/2024, 5:13 PMmeltano install
If you not getting any output at all you could add debug logging with your command
meltano --log-level=debug run custom-tap target-jsonl
Ian OLeary
04/18/2024, 5:52 PMmeltano install
Reuben (Matatika)
04/18/2024, 9:04 PMEdgar RamÃrez (Arch.dev)
04/18/2024, 9:50 PM