john-bodley commented on PR #24737:
URL: https://github.com/apache/superset/pull/24737#issuecomment-1641366665
@hughhhh I've addressed your comments. The exceptions are logged in the form,
```
ERROR [root] Unable to parse query context for slice 397732
Traceback (most recent call last):
File
"/srv/superset-internal/apache-superset/superset/migrations/versions/abc.py",
line 75, in upgrade
query_context = json.loads(slc.query_context)
File "/usr/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column
53523 (char 53522)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]