v0.2.0
Features
- Exclude explores from your run with
--exclude
(#172) - Set the logging location with
--log-dir
(#146) and log failed SQL queries to file (#179) - Validate projects that have a manifest file with project imports using
--import-projects
(#173) - Run a validation for a specific commit hash with
--commit-ref
(#203) - Show the Looker instance version (#155) and the query concurrency setting (#171) during runs
- Simplify the way Spectacles makes requests to the Looker API to improve maintainability and for use in external APIs (#161)
- Standardize and simplify the data structure that Spectacles validators return (#194, #196)
- Significantly improve testing and coverage by implementing VCR testing (#191)
Fixes