mozilla / lookml-generator

LookML Generator for Glean and Mozilla Data
https://mozilla.github.io/lookml-generator/generator.html
Mozilla Public License 2.0
17 stars 17 forks source link

Install spectacles used for validating lookml #1040

Closed scholtzan closed 3 months ago

scholtzan commented 3 months ago

The plan is to use spectacles to run some Looker content validation via Airflow (after lookml-generator runs). The content validation can be set on a per folder level, so it finishes relatively quickly and validates dashboards and related explores. Hopefully, this way we can detect breakages faster.

This PR installs spectacles as part of the lookml-generator docker container which will be used in Airflow. (PR to come)