Create a high level diagram of the data validation process #166
Labels
data_validator
Tasks for the RDSA data validator
documentation
Improvements or additions to documentation
Task: Create the diagram and insert it into the correct place (maybe creating a new header) in
docs\validation_schema_toml.md
The data validator, its use of schemas, and toml/schema validator that validates those schemas and has its own config file (also a Toml) is a potentially a bit confusing. Create a diagram to show the validation process at a high level and at what points
Make a process diagram for the validation of a data source
"example_survey_results.csv"
Process
example_survey_results_schema.toml
is loadedconfig_validator_config.toml
is loadedtoml_schema_validator.py
validates the schemadata_validation
uses the validated schema to create a suite of "Expectations"data_validation
loads the data from"example_survey_results.csv"
example_survey_results_df
is createdMicrosoft Whiteboard can be used to create the diagram
This create a key/legend like this:
Feel free to copy from here: https://officenationalstatistics-my.sharepoint.com/:wb:/g/personal/alex_westwood_ons_gov_uk/EaotJkUNLjZMh5zdnEII7SkBZqvxkvLaN8NHktv7G-Rmug?e=okCDkD
The text was updated successfully, but these errors were encountered: