Skip to content

v0.7.8

Compare
Choose a tag to compare
@jcampbell jcampbell released this 04 Sep 15:27
· 9503 commits to develop since this release
  • BREAKING: slack webhook URL now must be in the profiles.yml file (treat as a secret)
  • Profiler improvements:
    • Display candidate profiling data assets in alphabetical order
    • Add columns to the expectation_suite meta during profiling to support human-readable description information
  • Improve handling of optional dependencies during CLI init
  • Improve documentation for create_expectations notebook
  • Fix several anachronistic documentation and docstring phrases (#659, #660, #668, #681; #thanks @StevenMMortimer)
  • Fix data docs rendering issues:
    • documentation rendering failure from unrecognized profiled column type (#679; thanks @dinedal))
    • PY2 failure on encountering unicode (#676)