Skip to content

Releases: great-expectations/great_expectations

1.3.12

26 Mar 20:12
0d315e0

Choose a tag to compare

  • [DOCS] KL divergence gallery fix (#11040)
  • [MAINTENANCE] Add MINORBUMP title tag. (#10841)
  • [MAINTENANCE] Add a sqlite execution engine and 1 sqlite specific metric. (#11042)

1.3.11

19 Mar 21:33
b1b383a

Choose a tag to compare

  • [FEATURE] Add the ability to run checkpoints with cloud windowed expectations (#11027)
  • [BUGFIX] Distinct values expectations correctly compare dates and datetimes (#11030)
  • [DOCS] restore link checker (#11025)
  • [DOCS] - single category for Expectations (#11008)
  • [DOCS] fix error in filesystem data source docs (#11019)
  • [MAINTENANCE] Remove default snowflake role (#11004)
  • [MAINTENANCE] Add mode to props sent in analytics (#11001)
  • [MAINTENANCE] Update ci.yml so pr targets become pr-event targets (#11031)
  • [MAINTENANCE] Remove timber from CODEOWNERS (#10996)
  • [MAINTENANCE] Update aws ci secret vars. (#11035)
  • [MAINTENANCE] Revert Update aws ci secret vars. (#11036)
  • [MAINTENANCE] Add ci aws creds. (#11037)
  • [MAINTENANCE] Point tests to aws buckets in oss account. (#11034)
  • [MAINTENANCE] Fix atomic diagnostic observed value renderers when used with datetime (#11033)

1.3.10

12 Mar 21:15
3551cdb

Choose a tag to compare

  • [DOCS] beta badge followup (#11015)
  • [DOCS] Test coverage metrics (#11002)
  • [MAINTENANCE] refactor to use data_context fixture (#10997)
  • [MAINTENANCE] Remove unneeded tests (#11007)
  • [MAINTENANCE] remove numeric dqi from validity expectations (#11005)
  • [MAINTENANCE] Upgrade transitive dependencies and stop using internal docusaurus functions (#11009)
  • [MAINTENANCE] Stop over alerting on failures (#11021)
  • [MAINTENANCE] remove outdated walkthrough modal (#11022)
  • [MAINTENANCE] Bump mysql max_connections for tests (#11023)

1.3.9

05 Mar 18:13
fbd47e4

Choose a tag to compare

  • [FEATURE] Remove batch_id parameter from Metric classes (#10971)
  • [FEATURE] QueryRowCount metric (#10964)
  • [FEATURE] ColumnPairValueInSet metric (#10969)
  • [FEATURE] MultiColumnValues metric (#10973)
  • [BUGFIX] Validation Definition factory add_or_update doesnt allow updating batch definition (#10960)
  • [BUGFIX] Fix 3 batch.compute_metrics bugs and enforce len(metrics) == len(results) (#10979)
  • [BUGFIX] Ensure Asset.get_batch_definition returns BatchDefinition with ID (#10986)
  • [BUGFIX] Raise error when ExpectColumnValuesToBeBetween is run against an unsupported column (#10995)
  • [DOCS] make airflow provider discoverable (#10967)
  • [DOCS] Adding title to codeblocks in API (#10970)
  • [DOCS] Adds script to update links when new docs version is cut (#10976)
  • [DOCS] Add README.md to scripts folder (#10982)
  • [DOCS] DOC-1045: Beta badge (#10980)
  • [DOCS] DSB-1312: Fix validation definition parameters display (#10981)
  • [DOCS] temporarily remove link checker (#10992)
  • [DOCS] volume change detection (#10927)
  • [DOCS] update action docs to include custom field example (#10987)
  • [DOCS] update search key (#10994)
  • [DOCS] Adding formatting to codeblocks in API (#10985)
  • [MAINTENANCE] Remove Domain mixin from Metrics API (#10966)
  • [MAINTENANCE] Remove old workflow. (#10975)
  • [MAINTENANCE] Slack notification message - remove duplicated link text, decluttering (#10890) (thanks @data-han)
  • [MAINTENANCE] Upgrade mypy to version 1.15.0 (#10988)
  • [MAINTENANCE] Change github action event name we exclude from marker tests (#10991)
  • [MAINTENANCE] Remove unused domain key (#10983)
  • [MAINTENANCE] Analytics event for validation definition runs (#10984)
  • [MAINTENANCE] Upgrade ruff to version 0.9.9 (#10990)
  • [MAINTENANCE] Remove duplicated configuration (#10989)
  • [MAINTENANCE] refactor to use data_context fixture (#10997)

1.3.8

26 Feb 20:56
5b1cde8

Choose a tag to compare

  • [FEATURE] Batch.compute_metrics() (#10950)
  • [FEATURE] ColumnValuesNonNull and ColumnValuesNonNullCount metrics (#10959)
  • [FEATURE] Add mean to metrics API (#10961)
  • [FEATURE] Remove batch_id parameter from Metric classes (#10971)
  • [DOCS] SSO cta (#10872)
  • [DOCS] Display args, returns and raises as tables in API reference pages (#10910)
  • [DOCS] typo (#10965)
  • [DOCS] Args and Raises in API reference should be able to display several rows (#10968)
  • [MAINTENANCE] Remove table parameter from all Metric Domains (#10954)
  • [CONTRIB] remove table domain key (#10956) (thanks @VolkovGeoPhy)

1.3.7

20 Feb 00:40
83baac3

Choose a tag to compare

  • [FEATURE] BatchRowCount Metric (#10944)
  • [BUGFIX] remove unused domain key (#10951)
  • [DOCS] Replacing search keys with env variables (#10940)
  • [DOCS] SSO cta (#10872)
  • [MAINTENANCE] Make Metric.config un-instantiable and excluded from auto-complete (#10938)
  • [MAINTENANCE] Drop jinja2 v2 support (#10941)
  • [MAINTENANCE] Require Metric.name instead of using name inference (#10953)

1.3.6

14 Feb 20:12
6c3f8de

Choose a tag to compare

  • [BUGFIX] Quote password before passing to SnowflakeURL (#10919)
  • [BUGFIX] Trim the unexpected rows query (#10923)
  • [BUGFIX] Make MetricConfiguration.id immutable (#10929)
  • [BUGFIX] test_diagnostic_checklist import error (#10934)
  • [BUGFIX] ExpectTableRowCountToBeBetween fails validation with Runtime Parameters (#10925) (thanks @eric-brady)
  • [DOCS] Fix HTML entity character in API reference code blocks (#10915)
  • [DOCS] AI-recommended Expectations (#10913)
  • [DOCS] Fix lack of formatting in actions.py (#10918)
  • [DOCS] Feedback form issues should have status "intake" (#10933)
  • [DOCS] Fix sidebar highlight by deleting subpages from the sidebar (#10903)
  • [DOCS] Added useLocation mock (#10939)
  • [MAINTENANCE] Ensure clear error if cloud mode requested and env vars aren't found (#10916)
  • [MAINTENANCE] Remove concurrency block from GitHub CI workflow (#10930)
  • [MAINTENANCE] Add Metric and Domain base classes (#10920)
  • [MAINTENANCE] Remove unreferenced docs snippets (#10937)
  • [MAINTENANCE] Metric Result types (#10932)
  • [MAINTENANCE] Make Metric.config un-instantiable and excluded from auto-complete (#10938)

1.3.5

03 Feb 22:04
4a937b3

Choose a tag to compare

  • [DOCS] New icons for admonitions (#10899)
  • [DOCS] Algolia fix (#10907)
  • [MAINTENANCE] Add row_condition datetime testing for Pandas and Spark (#10892)
  • [MAINTENANCE] Cleanup bigquery every 3 hours (#10900)
  • [MAINTENANCE] Add strict to Window type (#10906)
  • [MAINTENANCE] ensure run_id on ValidationDefinition.run (#10909)

1.3.4

29 Jan 22:23
731644e

Choose a tag to compare

  • [BUGFIX] row_condition datetimes getting tuncated to dates (#10891)
  • [DOCS] restore lychee (#10889)
  • [DOCS] DOC-966: display properties in api reference as tables (#10880)
  • [DOCS] DOC-966: display api reference methods signatures as code blocks (#10882)
  • [DOCS] Dynamic Parameters for Completeness Expectations (#10873)
  • [DOCS] Deleting versioned pages of 0.18 that should not be versioned (#10893)
  • [MAINTENANCE] Allow forked PRs to run CI (#10894)
  • [MAINTENANCE] Remove bot check on permissions checker action (#10895)

1.3.3

23 Jan 03:40
8de99f3

Choose a tag to compare

  • [BUGFIX] Make validation results' describe_dict return a serializable dict (#10863)
  • [BUGFIX] Allow adding Expectations with identical attributes to Suites (#10884)
  • [DOCS] Add titles to properties and methods sections in API Reference (#10821)
  • [DOCS] Update documentation around batch_parameters and link to updated API docs. (#10877)
  • [DOCS] Corrections and clarifications for result_format (#10875)
  • [MAINTENANCE] Handle aws-chunked encoding type data in TupleS3StoreBackend (#10861)
  • [MAINTENANCE] Add user-agent-str to analytics events (#10869)
  • [MAINTENANCE] Add method to set analytics user_agent_str (#10883)
  • [MAINTENANCE] Convert BatchTestSetup.asset property to BatchTestSetup… (#10864)
  • [MAINTENANCE] Migrate from databricks-sql-connector to databricks-sqlalchemy in tests (#10886)