Expand MOSAIQ validation, ratings, preprocessing, and feature records#3
Open
yuqiliang wants to merge 2 commits into
Open
Expand MOSAIQ validation, ratings, preprocessing, and feature records#3yuqiliang wants to merge 2 commits into
yuqiliang wants to merge 2 commits into
Conversation
The validate workflow previously ran the MOSAIQ linkage check for ISD, ARAUS, and SATP only, leaving DeLTA and two Python validators unguarded. Extend coverage so every built package is checked on push and PR: - run validate_mosaiq.py for DeLTA as well - add check_feature_records.py for ISD/ARAUS/SATP - add validate_schema_harmonisation.py Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dataset_id, rating-scale metadata, access/provenance fields, and known limitations.Validation
uv run frictionless validate catalogue/datapackage.yamluv run frictionless validate datasets/ISD/datapackage.yaml --trusteduv run frictionless validate datasets/ARAUS/datapackage.yaml --trusteduv run frictionless validate datasets/SATP/datapackage.yaml --trusteduv run frictionless validate datasets/DeLTA/datapackage.yamluv run python scripts/validate_mosaiq.py --dataset-dir datasets/ISD --skip-file-checkuv run python scripts/validate_mosaiq.py --dataset-dir datasets/ARAUS --skip-file-checkuv run python scripts/validate_mosaiq.py --dataset-dir datasets/SATP --skip-file-checkuv run python scripts/validate_mosaiq.py --dataset-dir datasets/DeLTA --skip-file-checkuv run python scripts/check_feature_records.py --dataset ISDuv run python scripts/check_feature_records.py --dataset ARAUSuv run python scripts/check_feature_records.py --dataset SATPuv run python scripts/validate_schema_harmonisation.pyuv run python -m py_compile scripts/*.pygit diff --check