Hello. Has anyone encountered this error: ```ujson...
# troubleshooting
m
Hello. Has anyone encountered this error:
Copy code
ujson.JSONDecodeError: Value is too big!
Recently a couple tables in some DBs started failing sync with this error. It seems to be appearing from target-snowflake.
a
Hello @maris.popens. Would it be possible to see the entire stack trace?
m
```{"type": "SCHEMA", "stream": "public-charging", "schema": {"type": "object", "properties": {"id": {"type": ["integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "token": {"type": ["null", "string"], "maxLength": 255}, "session_id": {"type": ["null", "string"], "maxLength": 255}, "evc_id": {"type": ["null", "integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "plug_id": {"type": ["null", "integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "parking_id": {"type": ["null", "integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "start_date": {"type": ["null", "string"], "format": "date-time"}, "end_date": {"type": ["null", "string"], "format": "date-time"}, "power_consumed": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 100000000000000000000000000000000000000000000000000000000000000, "multipleOf": 1e-38, "exclusiveMinimum": true, "minimum": -100000000000000000000000000000000000000000000000000000000000000}, "stop_reason": {"type": ["null", "string"], "maxLength": 255}, "amount": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 100000000000000000000000000000000000000000000000000000000000000, "multipleOf": 1e-38, "exclusiveMinimum": true, "minimum": -100000000000000000000000000000000000000000000000000000000000000}, "amount_excl_vat": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 100000000000000000000000000000000000000000000000000000000000000, "multipleOf": 1e-38, "exclusiveMinimum": true, "minimum": -100000000000000000000000000000000000000000000000000000000000000}, "amount_vat": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 100000000000000000000000000000000000000000000000000000000000000, "multipleOf": 1e-38, "exclusiveMinimum": true, "minimum": -100000000000000000000000000000000000000000000000000000000000000}, "currency": {"type": ["null", "string"], "maxLength": 255}, "created_date": {"type": ["null", "string"], "format": "date-time"}, "tariff_table_id": {"type": ["null", "integer"], "minimum": -2147483648, "maximum": 2147483647}, "is_started": {"type": ["null", "boolean"]}, "is_stopped": {"type": ["null", "boolean"]}, "period": {"type": ["null", "string"], "maxLength": 10}, "area_no": {"type": ["null", "string"], "maxLength": 255}, "area_name": {"type": ["null", "string"], "maxLength": 255}, "car_no": {"type": ["null", "string"], "maxLength": 255}, "operator_name": {"type": ["null", "string"], "maxLength": 255}, "parking_area_id": {"type": ["null", "integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "parking_stopped": {"type": ["null", "boolean"]}, "commission_amount": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 1000000000000000, "multipleOf": 1e-10, "exclusiveMinimum": true, "minimum": -1000000000000000}, "commission_amount_excl_vat": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 1000000000000000, "multipleOf": 1e-10, "exclusiveMinimum": true, "minimum": -1000000000000000}, "commission_amount_vat": {"type": ["null", "number"], "exclusiveMaximum": true, "maximum": 1000000000000000, "multipleOf": 1e-10, "exclusiveMinimum": true, "minimum": -1000000000000000}, "meter_start": {"type": ["null", "number"]}, "cost_modifier_id": {"type": ["null", "integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "epic_end_date": {"type": ["null", "string"], "format": "date-time"}, "parking_user_id": {"type": ["null", "integer"], "minimum": -9223372036854775808, "maximum": 9223372036854775807}, "price_method": {"type": ["null", "string"]}, "modified_date": {"type": ["null", "string"], "format": "date-time"}, "ext_start_response": {"type": ["null", "string"], "maxLength": 255}, "ext_start_callback_received": {"type": ["null", "boolean"]}, "ext_stop_response": {"type": ["null", "string"], "maxLength": 255}, "ext_stop_callback_received": {"type": ["null", "boolean"]}, "ext_stop_consumption"…