spectacles
spectacles copied to clipboard
Incomplete JSON/text being returned from content validator
We are running into the following error on some runs:
requests.exceptions.JSONDecodeError: Unterminated string starting at: line 1 column 73430 (char 73429)"
When I inspect the text from the response, the text is incomplete. As a result, it can't be decoded as JSON. For example, one responses finishes with:
..."dashboard":{"description":null,"title":"Company C
It appears this is an issue with the Looker API. On Running have found it is occasionally occuring with other endpoints as well.