Hi All I am getting following error while loading JSON String from Snowflake Python Connector to Snowflake "Invalid unicode escape sequence '\u8def6515'; should be at most '\u0010FFFF'"
I am connecting to 3rd Part API andusing httprequest object in Python and returned result coming into JSON contains some unicode characters like "\u5927\u6c5f\u4e1c\u4ea7\u4e1a\u96c6\u805a\u533a\u6c5f\u4e1c\u4e09\u8def6515\u53f7"
While trying to load this JSON string into Snowflake Table with Variant Column using Snowflake Python Connector , i am getting following error.
"Invalid unicode escape sequence '\u8def6515'; should be at most '\u0010FFFF'."
How do i handle INSERT INTO TABLE WITH VARIANT COLUMN with these sequence of unicodes in strings