catalyst-cooperative / pudl-zenodo-storage

Tools for creating versioned archives of raw data on Zenodo using Frictionless data packages.
MIT License
2 stars 2 forks source link

Refactor archiving process to simplify the workflow, and make it easier to add new datasets #35

Closed zschira closed 1 year ago

zschira commented 1 year ago

The archiver is currently fairly confusing, which makes it difficult to add new datasets. Refactoring this workflow so there is only one place where everything related to a single dataset is defined could make this process easier. In the refactoring process, we can also simplify some of the general logic flow and improve logging functionality to make debugging the archiver much easier.

zschira commented 1 year ago

Done in the new archiver repo.