feat(config): warning tags/category in validate_config + time_coverage in docs - #443
Merged
Conversation
…e in docs - validate_config segnala dataset.tags e dataset.category mancanti (accanto a source_id) — abilita il gate candidate strict in dataset-incubator - docs/config-schema.md: documentato dataset.time_coverage (era in uso ma non documentato) - test: warning presenti/assenti su tags/category
Gabrymi93
added a commit
that referenced
this pull request
Aug 1, 2026
- feat(config): warning tags/category in validate_config + time_coverage docs (#443)
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.
Sintesi
validate_configsegnaladataset.tagsedataset.categorymancanti (accanto al warningsource_idgià esistente). Abilita il gate candidate strict di dataset-incubator:validate_candidate_structure.pypromuove questi warning a failure per far rispettare lo standard candidate (docs/candidate-standard.md).Documentato anche
dataset.time_coverageinconfig-schema.md(campo già in uso nei candidate ma non documentato).Contesto collegato
Nessuna issue — emerso dal lavoro di standardizzazione candidate (dataset-incubator, 2026-07-31).
Cosa cambia
Impatto su contratti pubblici
Nessuno: warning additivi (non bloccanti), campo documentato già supportato.
dataset.yml(nuovo campo, cambio obbligatorietà)Verifica
pytest -m corepassaruff check .passamypy toolkit/passa (o motiva le eccezioni)pure_unitereditato dapytestmarkdi modulo)Checklist PR
Note per chi revisiona
validate_configrestaok=Truecon warning.validate_candidate_structure.py, branchfeat/candidate-standard) promuove questi warning a failure viastrict=True— PR separata in dataset-incubator.time_coverageè già esposto daload_dataset_manifeste usato dal layer tool: la PR documenta il comportamento esistente.