Skip to content

v0.2.0

Compare
Choose a tag to compare
@joshtemple joshtemple released this 28 May 14:47
· 875 commits to master since this release

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

  • Allow resetting to remote for spectacles assert commands (#145) (@msandt3)
  • Handle specific error with access filters (#144) (@agile)
  • Handle explores that have no dimensions (#158) (@agile)
  • Provide more informative errors if attempting to validate an unconfigured project (#185)