- [FEATURE] Replace get_batch_list_from_batch_request with get_batch and get_batch_identifiers_list (#10295)
- [FEATURE] Add Checkpoint.run analytics (#10382)
- [FEATURE] BatchDefinition.get_batch_identifiers_list (#10383)
- [BUGFIX] Patch issue with data docs page retrieval in checkpoint actions (#10374)
- [DOCS] Update changelog attributions for 1.0 releases (#10348)
- [DOCS] Embed Wistia video in GX Core introduction (#10366) (thanks @JessSaavedra)
- [DOCS] added data doc support posture (#10373)
- [DOCS] Adding BigQuery to GX Core support posture (#10375)
- [DOCS] Update Learn data quality use case articles to use <small> tags (#10377)
- [DOCS] Hide feedback survey on homepage (#10378) (thanks @deborahniesz)
- [MAINTENANCE] SQLAlchemy 2 typing (#10112)
- [MAINTENANCE] Update
Expectation
equality to simplify meta and notes checks (#10349) - [MAINTENANCE] Add
description
field toExpectationConfigurationSchema
and render alwaysdescription
overtemplate_str
(#10347) - [MAINTENANCE] Clean up GX error types (#10356)
- [MAINTENANCE] Check that
BatchDefinitions
andExpectationSuites
are up-to-date before saving (#10277) - [MAINTENANCE] Clean up test fixtures (#10358)
- [MAINTENANCE] Move "freshness"-related exceptions to separate file (#10359)
- [MAINTENANCE] Guard against dictionary
KeyError
s (#10353) - [MAINTENANCE] Add "freshness" checks for ValidationDefinitions and Checkpoints (#10365)
- [MAINTENANCE] Additional tests for
BatchDefinition
andExpectationSuite
freshness (#10380) - [MAINTENANCE] Delete misc functions from
test_utils
(#10357) - [MAINTENANCE] Additional tests for
ValidationDefinition
andCheckpoint
freshness (#10381)