elena_velte
08/02/2022, 5:02 PMmeltano invoke my-custom-utility everything works and gets executed as expected. When I run it as part of my composable pipeline though, I get an error.
Run invocation could not be completed as block failed: No command to run
The command I’m running (which works fine without the utility step) is the following:
meltano --log-level=debug --environment test run tap-postgres target-jsonl my-custom-utility
It’s the first time I’m working with custom utilities, any idea what I might be missing here? thanks a lot! 🙂elena_velte
08/02/2022, 5:15 PMtaylor
08/02/2022, 5:20 PMelena_velte
08/02/2022, 5:27 PM