feat: aggiungere il summary validation a status#46
Merged
Conversation
Member
Author
|
Smoke test rapido fatto su due casi reali.
validation_summary:
clean: state=passed warnings=0 errors=0
mart: state=passed warnings=0 errors=0
Nel concreto il cambio rende |
matteocavo
approved these changes
Mar 14, 2026
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.
Contesto
Questa PR chiude
#40migliorandotoolkit statuscon un summary sintetico delle validation gia disponibili nei layer.Issue collegata:
Cosa cambia
statuslegge imanifest.jsondei layer quando presentivalidation_summaryperclean,martecross_yearquando presenteLa vista nuova mostra in modo compatto:
passed/failed/not_validated/unknown)missing_columnsmissing_tablesmissing_outputsPerimetro
Perimetro volutamente stretto:
toolkit/cli/cmd_status.pytests/test_cli_status.pyNessun cambiamento a:
Verifica
Eseguiti localmente:
Esito riportato:
5 passedNote minori
validation_missing=oggi copre sia file assente sia JSON corrottolayer_statusevalidation_summaryleggono da sorgenti diverse (run record vs file su disco), quindi in edge case possono divergereNon blocca il merge, ma vale la pena tenerlo esplicito.