Skip to content

0.10.10

Choose a tag to compare

@github-actions github-actions released this 14 May 16:38
ac59e7f

What’s Changed

  • Removed out-of-date Airflow integration examples. This repo provides a comprehensive example of Airflow integration: GE Airflow Example
  • Bugfix suite scaffold notebook now has correct suite name in first markdown cell.
  • Bugfix: fixed an example in the custom expectations documentation article - "result" key was missing in the returned dictionary
  • Data Docs Bugfix: template string substitution is now done using .safe_substitute(), to handle cases where string templates
    or substitution params have extraneous $ signs. Also added logic to handle templates where intended output has groupings of 2 or more $ signs
  • Docs fix: fix in yml for example action_list_operator for metrics
  • GE is now auto-linted using Black