Hello. Please, could you help me? I am extracting ...
# random
j
Hello. Please, could you help me? I am extracting data from CSV using tap-csv. I have already defined catalog. When any error occurs, it just displays first error and then test ends. Is there any possibility how to see all errors?
r
Copy code
meltano --log-level devug invoke tap-csv
or
Copy code
meltano --log-level debug config tap-csv test
j
Hi, thanks a lot, but none of these commands actually validates
r
What kind of error are you seeing?
j
Just INFO rows. There is no error from validation
r
Do you mind being more specific? As far as I understand, you are expecting to see multiple errors, but are instead seeing only the first (or one at a time)? Are we talking about schema validation errors here, or something else?
There is no error from validation
What command(s) are you running that show the error?
j
meltano run tap-csv target-jsonl
shows me only first error of catalog.json validation
Let's say I have only two files to import. On purpose I added this crazy min length to both files on Code attribute
👍 1
I run command above -> I see only first error.
I would like to see both errors
Does it make sense? 🙂
r
Yeah, I'm not exactly sure on how Meltano performs schema validation, but it could be down to how the tap processes multiple files such that you see errors for only one file at a time... What do you see if you force an additional validation error in the schema?
e
j
Okay, thanks. You guys are awesome.
np 1
e