joshua_munro
07/14/2023, 4:08 AMchristoph
07/14/2023, 4:12 AMjoshua_munro
07/14/2023, 4:16 AMchristoph
07/14/2023, 4:21 AMchristoph
07/14/2023, 4:27 AMIs there a good way of checking the syntax?Good question. The first step would be to test with the
meltano compile command which takes the whole project's definitions across all environments and tries to compile it.
But that test would likely just spit out the same error.joshua_munro
07/14/2023, 5:09 AMchristoph
07/14/2023, 5:43 AMinvoke doesn't deal with 'blocks'. Inoke is just a straight up execution of the executable. run needs to build a valid blockset.Andy Carter
07/14/2023, 6:45 AMmeltano run my-tap without specifying a target. So to fix the error you would need a full run command like meltano run my-tap my-targetchristoph
07/14/2023, 6:56 AM