spectacles-ci / spectacles

A continuous integration tool for Looker and LookML.
https://spectacles.dev
MIT License
217 stars 35 forks source link

Content errors with no model or explore are not handled #730

Open joshtemple opened 1 year ago

joshtemple commented 1 year ago

Sometimes, content errors are returned with a blank string for explore name and model name. We do not currently handle this as we rely on the truthiness of these fields to represent if the error's explore was found in the subset of the project we built from the user's selectors.

joshtemple commented 1 year ago

This issue is related to #240, but specifically the case where the error does not have a model OR explore defined.