hey all, back again with a questions: `Data shoul...
# troubleshooting
p
hey all, back again with a questions:
Data should not be empty
this occurs when I do
conversations.*
in tap-kustomer (meltano sdk variant). Should I solve the schema where this is happening? Is there a quick way to validate schema or to pack/unpack json schemas?
e
Hi @prakhar_srivastava! Can you share a bit more details on how you encountered this error, e.g. which command you ran?
this occurs when I do
conversations.*
Do you mean as part of
select
in
meltano.yml
? It seems you've narrowed the issue to a bad schema for the stream? The easiest way to validate schemas is to run tests included in the repo.
p
thabks @edgar_ramirez_mondragon indeed it was a schema validation error -- I've fixed it and PR is on the way
u
Merged!