- [FEATURE] Add
include_rendered_contenttoget_expectation_suiteandget_validation_result(#5853) - [FEATURE] Add tags as an optional setting for the OpsGenieAlertAction (#5855) (thanks @stevewb1993)
- [BUGFIX] Ensure that
delete_expectation_suitereturns proper boolean result (#5878) - [BUGFIX] many small bugfixes (#5881)
- [BUGFIX] Fix typo in default value of "ignore_row_if" kwarg for MulticolumnMapExpectation (#5860) (thanks @mkopec87)
- [BUGFIX] Patch issue with
checkpoint_identifierwithinCheckpoint.runworkflow (#5894) - [BUGFIX] Ensure that
DataContext.add_checkpoint()updates existing objects in GX Cloud (#5895) - [DOCS] DOC-364 how to configure a spark datasource (#5840)
- [MAINTENANCE] Unit Tests Pipeline step (#5838)
- [MAINTENANCE] Unit tests to ensure coverage over
Datasourcecaching inDataContext(#5839) - [MAINTENANCE] Add entries to release schedule (#5833)
- [MAINTENANCE] Properly label
DataAssistanttests with@pytest.mark.integration(#5845) - [MAINTENANCE] Add additional unit tests around
Datasourcecaching (#5844) - [MAINTENANCE] Mark miscellaneous tests with
@pytest.mark.unit(#5846) - [MAINTENANCE]
datasource,data_context,coretyping, lint fixes (#5824) - [MAINTENANCE] add --ignore-suppress and --ignore-only-for to build_gallery.py with bugfixes (#5802)
- [MAINTENANCE] Remove pyparsing pin for <3.0 (#5849)
- [MAINTENANCE] Finer type exclude (#5848)
- [MAINTENANCE] use
idinsteadid_(#5775) - [MAINTENANCE] Add data connector names in datasource config (#5778)
- [MAINTENANCE] init tests for dict and json serializers (#5854)
- [MAINTENANCE] Remove Partitioning and Quantiles metrics computations from DateTime Rule of OnboardingDataAssistant (#5862)
- [MAINTENANCE] Update
ExpectationSuiteCRUD onDataContextto recognize Cloud ids (#5836) - [MAINTENANCE] Handle Pandas warnings in Data Assistant plots (#5863)
- [MAINTENANCE] Misc cleanup of
test_expectation_suite_crud.py(#5868) - [MAINTENANCE] Remove vendored
marshmallow__shade(#5866) - [MAINTENANCE] don't force using the stand alone mock (#5871)
- [MAINTENANCE] Update expectation_gallery pipeline (#5874)
- [MAINTENANCE] run unit-tests on a target package (#5869)
- [MAINTENANCE] add
pytest-timeout(#5857) - [MAINTENANCE] Label tests in
tests/corewith@pytest.mark.unitand@pytest.mark.integration(#5879) - [MAINTENANCE] new invoke test flags (#5880)
- [MAINTENANCE] JSON Serialize RowCondition and MetricBundle computation result to enable IDDict.to_id() for SparkDFExecutionEngine (#5883)
- [MAINTENANCE] increase the
pytest-timeouttimeout value during unit-testing step (#5884) - [MAINTENANCE] Add
@pytest.mark.slowthroughout test suite (#5882) - [MAINTENANCE] Add test_expectation_suite_send_usage_message (#5886)
- [MAINTENANCE] Mark existing tests as unit or integration (#5890)
- [MAINTENANCE] Convert integration tests to unit (#5891)
- [MAINTENANCE] Update distinct metric dependencies and implementations (#5811)
- [MAINTENANCE] Add slow pytest marker to config and sort them alphabetically. (#5892)
- [MAINTENANCE] Adding serialization tests for Spark (#5897)
- [MAINTENANCE] Improve existing expectation suite unit tests (phase 1) (#5898)
- [MAINTENANCE]
SqlAlchemyExecutionEnginecase for SQL AlchemySelectandTextualSelectdue toSADeprecationWarning(#5902)