Hi there, I’ve just started the Meltano getting st...
# getting-started
j
Hi there, I’ve just started the Meltano getting started tutorial, and I’m getting stuck at the last step. https://docs.meltano.com/getting-started/part1 I’ve added the extractor and selected the commit fields, added the loader and now I’m running
Copy code
meltano run tap-github target-jsonl
to try and run the pipeline. It says I should find some files in
output/commits.jsonl
but I can’t find any files like this in the whole of my project directory. First of all, how do I know if meltano’s pipeline was successful? I am not receiving any errors as far as I know.
v
try running
meltano invoke tap-github
, if you get records then you know the tap is working.