After downloading a dataset via loader pull, validate that the result is a well-formed dataset.
- Check for required
schema.yaml and at least one CSV file
- Validate that
schema.yaml parses correctly
- Verify backend subdirectories contain expected
pre/post scripts
- Warn on missing or extra files
- Option to fail or warn-only (
--strict flag or similar)
After downloading a dataset via
loader pull, validate that the result is a well-formed dataset.schema.yamland at least one CSV fileschema.yamlparses correctlypre/postscripts--strictflag or similar)