Amsterdam / dq-suite-amsterdam

The DQ suite should ease the use of Great Expectations in the context of the Gemeente Amsterdam
1 stars 2 forks source link

Issues 50&51: validating input json & Issue 26: adding a dq_results dataclass #56

Closed SSchotten closed 2 months ago

SSchotten commented 2 months ago

This PR chiefly concerns issues 50 and 51: it contains the implementation of a validation process for the JSON files describing the DQ checks.

As an aside, it also contains the solution to issue 26, by using the CheckpointDescriptionDict class (new since GX 1.0).