Description
User-facing documentation for dataset validation: a new docs page, a rewrite of the pandera integration page, and release notes.
Context
Part of [Implementation] Dataset Validation (KEP-10) — parent issue #5677. Depends on sub-issues 1–3.
Includes the explicit ask from tech design to document how node signatures differ from parameter validation.
Possible Implementation
Description
User-facing documentation for dataset validation: a new docs page, a rewrite of the pandera integration page, and release notes.
Context
Part of [Implementation] Dataset Validation (KEP-10) — parent issue #5677. Depends on sub-issues 1–3.
Includes the explicit ask from tech design to document how node signatures differ from parameter validation.
Possible Implementation
validator:long form,schemas/convention (convention, not enforcement), per-backend install matrix (pandas + Polars advertised; pyspark experimental)docs/integrations-and-plugins/pandera.mdto lead withvalidator:; demote the hook recipe; credit kedro-pandera as inspirationpd.DataFrame; annotations are documentation;pd.DataFrame[Schema]is the recommended visible form; unlike parameter validation no model instance is injected, and why (datasets are data, not config)validatordocumented as a reserved catalog key