Skip to content

0.11.5

Choose a tag to compare

@eugmandel eugmandel released this 19 Jun 21:25
· 6967 commits to develop since this release
452b8ae

What’s Changed

  • [FEATURE] Add support for expect_column_values_to_match_regex_list exception for Spark backend
  • [ENHANCEMENT] Added 3 new usage stats events: "cli.new_ds_choice", "data_context.add_datasource", and "datasource.sqlalchemy.connect"
  • [ENHANCEMENT] Support platform_specific_separator flag for TupleS3StoreBackend prefix
  • [ENHANCEMENT] Allow environment substitution in config_variables.yml
  • [BUGFIX] fixed issue where calling head() on a SqlAlchemyDataset would fail if the underlying table is empty
  • [BUGFIX] fixed bug in rounding of mostly argument to nullity expectations produced by the BasicSuiteBuilderProfiler
  • [DOCS] New How-to guide: How to add a Validation Operator (+ updated in Validation Operator doc strings)