Skip to content

0.15.43

Compare
Choose a tag to compare
@cdkini cdkini released this 12 Jan 21:19
· 2335 commits to develop since this release
026b63f
  • [FEATURE] ZEP - Synchronize & save XDatasources (#6717)
  • [FEATURE] Official Python 3.10 support (#6763)
  • [FEATURE] F/great 1313/zep pandas poc (#6745)
  • [FEATURE] Add GX Cloud hyperlink to slack notification (#6740)
  • [FEATURE] Get ExpectationSuite, Checkpoint by name (#6774)
  • [FEATURE] API docs (#6766)
  • [BUGFIX] - Implementing deep copy of runtime_configuration variable (#6682) (thanks @tmilitino)
  • [BUGFIX] Patch broken test_data_context_ge_cloud_mode_with_incomplete_cloud_config_should_throw_error (#6741)
  • [BUGFIX] reformatting setup.py (#6756)
  • [BUGFIX] Fix observed value (#6759) (thanks @itaise)
  • [BUGFIX] fix comment stripping when saving a zep configuration (#6783)
  • [DOCS] DOC-414: Remove guide for use of outdated docker images (#6718)
  • [DOCS] Convert docs snippets to named snippets (#6735)
  • [DOCS] Update documentation to reference get_context (#6738)
  • [DOCS] Convert remaining snippets to named snippets (#6736)
  • [DOCS] Convert line number references to named references in docs (#6748)
  • [DOCS] Doc-280 AWS golden path with S3 cloud storage and Pandas (#6618)
  • [DOCS] Preparation for building api docs (#6737)
  • [DOCS] Change prefix reference for tutorial folder/directory (#6751) (thanks @medeirosthiago)
  • [DOCS] Fix line-links in 4th step's 5th and 6th block (#6752) (thanks @OnkarMadli)
  • [DOCS] - fixed code reference in documentation (#6732) (thanks @tmilitino)
  • [DOCS] validator.head docstring (#6762)
  • [MAINTENANCE] Update docstrings for experimental SQL datasources. (#6714)
  • [MAINTENANCE] update cli DataContext types (#6703)
  • [MAINTENANCE] Fix missing exclamation marks in API docs admonitions (#6721)
  • [MAINTENANCE] ID/PK Tests at Expectations-level with Warnings caught (#6713)
  • [MAINTENANCE] Refactor tests to leverage get_context instead of BaseDataContext (#6720)
  • [MAINTENANCE] Update remaining atomic prescriptive templates (1 of 2) (#6696)
  • [MAINTENANCE] Refactor tests to leverage get_context instead of DataContext (#6723)
  • [MAINTENANCE] Update remaining atomic prescriptive templates (2 of 2) (#6724)
  • [MAINTENANCE] execution_engine typing (#6730)
  • [MAINTENANCE] core/expectation_ type checking (#6731)
  • [MAINTENANCE] Remove printing of entire snippet map in remark-named-snippet hook (#6749)
  • [MAINTENANCE] Rename all instances of ge_exceptions to gx_exceptions (#6742)
  • [MAINTENANCE] Remove base_data_context mark in tests (#6750)
  • [MAINTENANCE] Consolidate different Metric Types definition Enums (#6746)
  • [MAINTENANCE] exclude scripts directory from package (#6744) (thanks @cburroughs)
  • [MAINTENANCE] Force cryptography version installed where snowflake runs to be v38.0.4 (#6755)
  • [MAINTENANCE] ID/PK - Adding semi-colon to SQL Query output (#6743)
  • [MAINTENANCE] ID/PK result_format documentation update (#6716)
  • [MAINTENANCE] Consistent use of Metric Name Enum values (#6757)
  • [MAINTENANCE] Fix min version test requirements install on azure async pipeline. (#6753)
  • [MAINTENANCE] expectations linting & bug fixes (#6739)
  • [MAINTENANCE] Add Python 3.10 to async Azure pipeline (#6760)
  • [MAINTENANCE] Unset cloud vars when running pytest from a mac (#6747)
  • [MAINTENANCE] Update CheckChanges for dev pipeline (#6768)
  • [MAINTENANCE] Update contrib pipeline to track package changes (#6770)
  • [MAINTENANCE] Update docstring for AbstractDataContext.add_batch_kwargs_generator (#6727)
  • [MAINTENANCE] Update docstring for add_datasource (#6729)
  • [MAINTENANCE] Remove chunk of code in build_gallery.py to skip processing some Expectations (#6772)
  • [MAINTENANCE] Update docstring for AbstractDataContext.build_data_docs (#6726)
  • [MAINTENANCE] Move constraints-test dir within azure dir to clean up project root (#6764)
  • [MAINTENANCE] Misc cleanup of SerializableDataContext (#6777)
  • [MAINTENANCE] Removed some 30 type hint violations (#6771)
  • [MAINTENANCE] Adjust gallery schedule and timeout (#6781)
  • [MAINTENANCE] type-checking - metrics/util.py (#6754)
  • [MAINTENANCE] Update requirements.txt to reflect 3.10 support (#6786)
  • [MAINTENANCE] Enable more backends for some contrib expectations (#6775)
  • [CONTRIB] added condition to ExpectQueriedColumnListToBeUnique (#6702) (thanks @maayaniti)
  • [CONTRIB] Implement Spark backend for several expectations (#6683) (thanks @mkopec87)
  • [CONTRIB] Improve Spark backend support for contrib query based expectations (#6733) (thanks @mkopec87)
  • [CONTRIB] Refactor ExpectColumnValuesToBeHexadecimal expectation to be RegexBased (#6734) (thanks @mkopec87)
  • [CONTRIB] Fix regex based expectations for spark (#6725) (thanks @mkopec87)