Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Use `frictionless` to validate schemas and CSV files

Aperta
#623 1 commento 0 reazioni 1 assegnatario Vedi su GitHub

@alexdewar ci sta già lavorando.

Dal 27/8/2025.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

documentation

We have schema files in the table schema format in schemas/input which are used primarily to generate documentation for the input format. We will also use a similar mechanism for the output format (#529).

We could use the Python-based frictionless framework to validate all the CSV files for the example models. We're already checking that the files are well-formed with our Rust tests, so this would be primarily to check that the schemas themselves are well-formed (which is kind of the opposite to how they're normally used). It seems you can either do this from the command-line or from a Python script. We should run it on the CI to enforce this.

There seems to be a concept in frictionless called "packages" which I don't entirely understand, but it may be a way we can group all these schemas together somehow (the only way I could get it to work was by running individual schemas against individual files, but that's a bit gross and doesn't enforce file names).

Lingua principale
Rust
Stelle
8
Fork
5
Merge medio
11h 31m
PR unite (30g)
33

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di EnergySystemsModellingLab/MUSE2

Tutte le issue di EnergySystemsModellingLab/MUSE2

Issue simili

Altre issue su Rust

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.