- [FEATURE] Add the public api to context.data_source and context.data_source.get (#10180)
- [FEATURE] Remove order_by from Asset API (#10187)
- [FEATURE] Rename name_* params to name (#10188)
- [FEATURE] Rename suite_param to expectation_param in validation_definitition (#10196)
- [FEATURE] Delete batch definition by name. (#10197)
- [FEATURE] Filter bad validation definitions and checkpoints coming back through stores. (#10219)
- [BUGFIX] Allow 0 ValidationDefinitions on a Checkpoint (#10194)
- [BUGFIX] Add directive to control generation of reader methods. (#10198)
- [BUGFIX] Ensure that data source and nested objects obtain IDs on add for all environments (#10221)
- [BUGFIX] Add StoreBackendError to missing exception list. (#10224)
- [BUGFIX] Use
is_added
checks inidentifier_bundle
serialization logic (#10245) - [BUGFIX] Filter and log bad expectations when loading a suite (#10248)
- [DOCS] Updated feedback modal (#10168)
- [DOCS] Fix syntax around getting batch definitions (#10189)
- [DOCS] Update file system batch params sample to use strings (#10190)
- [DOCS] DSB-796: Fix syntax highlighting (#10192)
- [DOCS] Puts 1.0 connect to SQL data code snippets in the documentation under test. (#10203)
- [DOCS] cloud UI v0 updates (#10205)
- [DOCS] Update GX version support in support posture (#10208)
- [DOCS] Transition feedback Jira tickets to kanban board (#10212)
- [DOCS] Updated deprecation policy (#10223)
- [DOCS] GX 1.0: Put documentation code under test for connect to filesystem data guides (#10186)
- [DOCS] Update README.md to remove out dated info on how to contribute to docs (#10226)
- [DOCS] Puts 1.0 documentation example code for how to run validations under test (#10230)
- [DOCS] Puts 1.0 example scripts for connecting to dataframe data under test. (#10225)
- [DOCS] puts 1.0 code under test for how to define Expectations (#10229)
- [DOCS] Revises the glossary for 1.0 (#10209)
- [DOCS] Puts scripts for 1.0 "create a Data Context" docs under test (#10228)
- [DOCS] Puts 1.0 example code for Checkpoints, Actions, and Result Format under test. (#10232)
- [DOCS] Puts 1.0 examples for how to customize Expectations under test. (#10235)
- [DOCS] Puts 1.0 example code for how to configure project settings under test (#10240)
- [DOCS] Puts 1.0 doc examples for how to configure Data Docs into scripts under test (#10243)
- [DOCS] Add docs tests step to CI (#10220)
- [DOCS] DOC-818: Update GX Core Overview and Try GX (#10237)
- [DOCS] Update README.md to reflect contribution posture (#10244)
- [MAINTENANCE] Update
teams.yml
(#10178) - [MAINTENANCE] Remove
notify_on
from base Action (#10179) - [MAINTENANCE] Remove
SuiteParameterStore
(#10191) - [MAINTENANCE] Use context manager to close session in CloudDataContext (#10195)
- [MAINTENANCE] Ensure GXCloudStoreBackend session is closed (#10204)
- [MAINTENANCE] Delete CloudMigrator and ConfigurationBundle (#10207)
- [MAINTENANCE] Ensure CloudDataStore session is closed (#10206)
- [MAINTENANCE] Update Posthog payloads (#10183)
- [MAINTENANCE] Ensure that
context.validation_definitions.all()
works with Cloud (#10216) - [MAINTENANCE] Add required keys to SuiteValidationResult.meta (#10214)
- [MAINTENANCE] Remove cascading saves within Checkpoint hierarchy (#10218)
- [MAINTENANCE] Get tests around rendered content passing (#10215)
- [MAINTENANCE] Raise informative errors if child objects are not persisted before parent (#10217)
- [MAINTENANCE] Update import path for UnexpectedRowsExpectation (#10234)
- [MAINTENANCE] Add posthog event for all deserialization error. (#10239)
- [MAINTENANCE] Enable Codecov Test Result Reporting (#10211)
- [MAINTENANCE] Add batch_parameters to validation results payload (#10236)
- [MAINTENANCE] Cut over analytics to prod (#10241)
- [MAINTENANCE] Add
AddedDiagnostics
helper class tois_added
flows (#10249)