Hi all. I ran this command today on my custom tap:...
# troubleshooting
o
Hi all. I ran this command today on my custom tap:
Copy code
meltano run --environment=dev tap-cutom target-s3-jsonl
The command ran successfully, and I saw a complete log (with a lot of responses with status code 200). The log ended with:
Copy code
2023-09-05T04:57:39.354882Z [info     ] Block run completed.           block_type=ExtractLoadBlocks err=None set_number=0 success=True
Yet no files were written to S3. I am confused, since there was no error message.
e
Hi Ojas. Can you try
meltano invoke tap-cutom
to confirm that the tap is emitting
RECORD
messages?