For reading JSONL content from an S3 Source, getti...
# advice-data-ingestion
a
For reading JSONL content from an S3 Source, getting an error
JSON parse error: Column(/DepositToAccountRef) changed from string to object in row 0
, but in the enforced schema I provide, I have
'DepositToAccountRef': 'object'
. It seems like the
Manually enforced JSON schema
isn't actually being enforced/applied?