Dylan Baker
Dylan Baker
In many large instances, the content validation step can take 30 minutes or more. It would be useful if we could pass the content validator a list of content (or...
Looker seems to be returning errors from the API that (1) are unclear as to their provenance and (2) don't who up in the explore view at all. A recent...
It is sometimes annoying that Spectacles goes to fetch all dimensions and builds new queries every time it runs. If you've done a full run of Spectacles, have one small...
When primary keys are defined on a view, it is important that the key is unique, otherwise asymmetric aggregates get calculated wrong. We should be able to test if this...
Some dimensions reference parameters. When we try to query these dimensions without setting the parameter, we may receive SQL errors because a field reference is missing. Possible solutions: * Omit...
Currently, you can specify which models and/or explores that you want spectacles to test. If you are doing LookML development, you are probably more aware of which view you are...
When using the SQL validator in incremental mode, the validator will only test explores that have changed and only show errors that don't exist in production. Due to how this...
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...
Currently there is a 5 minute timeout for all client API methods, including running data tests. We have found that a few customers have data tests that take more than...