- [FEATURE] Improve estimation histogram computation in NumericMetricRangeMultiBatchParameterBuilder to include both counts and bin edges (#5628)
- [FEATURE] Enable retrieve by name for datasource with cloud store backend (#5640)
- [FEATURE] Update
DataContext.add_checkpoint()
to ensure validations withinCheckpointConfig
contain ids (#5638) - [FEATURE] Add
expect_column_values_to_be_valid_crc32
(#5580) (thanks @sp1thas) - [FEATURE] Enable showing expectation suite by domain and by expectation_type -- from DataAssistantResult (#5673)
- [BUGFIX] Patch flaky E2E GX Cloud tests (#5629)
- [BUGFIX] Pass
--cloud
flag todgtest-cloud-overrides
section of Azure YAML (#5632) - [BUGFIX] Remove datasource from config on delete (#5636)
- [BUGFIX] Patch issue with usage stats sync not respecting usage stats opt-out (#5644)
- [BUGFIX] SlackRenderer / EmailRenderer links to deprecated doc (#5648)
- [BUGFIX] Fix table.head metric issue when using BQ without temp tables (#5630)
- [BUGFIX] Quick bugfix on all profile numeric column diff bounds expectations (#5651) (thanks @stevensecreti)
- [BUGFIX] Patch bug with
id
vsid_
in Cloud integration tests (#5677) - [DOCS] Fix a typo in batch_request_parameters variable (#5612) (thanks @StasDeep)
- [MAINTENANCE] CloudDataContext add_datasource test (#5626)
- [MAINTENANCE] Update stale.yml (#5602)
- [MAINTENANCE] Add
id
toCheckpointValidationConfig
(#5603) - [MAINTENANCE] Better error message for RuntimeDataConnector for BatchIdentifiers (#5635)
- [MAINTENANCE] type-checking round 2 (#5576)
- [MAINTENANCE] minor cleanup of old comments (#5641)
- [MAINTENANCE] add
--clear-cache
flag forinvoke type-check
(#5639) - [MAINTENANCE] Install
dgtest
test runner utilizing Git URL in CI (#5645) - [MAINTENANCE] Make comparisons of aggregate values date aware (#5642)
- [MAINTENANCE] Add E2E Cloud test for
DataContext.add_checkpoint()
(#5653) - [MAINTENANCE] Use docker to run tests in the Azure CI pipeline. (#5646)
- [MAINTENANCE] add new invoke tasks to
tasks.py
and create new fileusage_stats_utils.py
(#5593) - [MAINTENANCE] Don't include 'test-pipeline' in extras_require dict (#5659)
- [MAINTENANCE] move tool config to pyproject.toml (#5649)
- [MAINTENANCE] Refactor docker test CI steps into jobs. (#5665)
- [MAINTENANCE] Only run Cloud E2E tests in primary pipeline (#5670)
- [MAINTENANCE] Improve DateTime Conversion Candling in Comparison Metrics & Expectations and Provide a Clean Object Model for Metrics Computation Bundling (#5656)
- [MAINTENANCE] Ensure that
id_
fields in Marshmallow schema serialize asid
(#5660) - [MAINTENANCE] data_context initial type checking (#5662)