Andy Crellin
01/09/2025, 12:06 PMsqlalchemy.exc.ProgrammingError: (snowflake.connector.errors.ProgrammingError) 100069 (22P02): 01b9953c-0001-7d99-0002-033a00053a1a: Error parsing JSON: UTF-16 single low surrogate: 0xdc81
The error refers to the following data found in the field (quite happily queryable from the MSSQL database and returns an accented capital A and an accented lower case a) is it trying to process:
from \u00c3\udc81lvaro Catal\u00c3\u00a1n Merino
Any hints would be appreciated, thanks.Edgar Ramírez (Arch.dev)
01/09/2025, 5:33 PMAndy Crellin
01/10/2025, 3:51 PMAndy Crellin
01/13/2025, 5:26 PM