got the error above when using oracle tap and json...
# troubleshooting
j
got the error above when using oracle tap and jsonl target, any idea?
e
This is a validation error caused by the jsonschema library (see https://github.com/python-jsonschema/jsonschema/issues/701). Can you try the following
Copy code
meltano invoke tap-oracle > out.singer.jsonl
cat out.singer.jsonl | meltano invoke target-jsonl
and sharing the results?
error.log
(also putting the wall of tracebacks here in the thread)
j
tried the following
I tried the following, and executed successfully.
Copy code
meltano invoke tap-oracle > out.singer.json
e
ok, then we expect the loader to fail