Also noticing a lot of validation errors when tryi...
# plugins-general
d
Also noticing a lot of validation errors when trying to select from the other streams and load into
target-jsonl
. Some do not make much sense, like the one below:
Copy code
Traceback (most recent call last):
  File "/meltano/.meltano/loaders/target-jsonl/venv/bin/target-jsonl", line 8, in <module>
    sys.exit(main())
  File "/meltano/.meltano/loaders/target-jsonl/venv/lib/python3.8/site-packages/target_jsonl.py", line 92, in main
    state = persist_messages(
  File "/meltano/.meltano/loaders/target-jsonl/venv/lib/python3.8/site-packages/target_jsonl.py", line 54, in persist_messages
    validators[o['stream']].validate((o['record']))
  File "/meltano/.meltano/loaders/target-jsonl/venv/lib/python3.8/site-packages/jsonschema/validators.py", line 130, in validate
    raise error
jsonschema.exceptions.ValidationError: '120201691532420468' is not of type 'integer', 'null'

Failed validating 'type' in schema['properties']['id']:
    {'type': ['integer', 'null']}

On instance['id']:
    '120201691532420468'
Loader failed
Block run completed.
Any help is much appreciated.