RMI-PACTA / workflow.prepare.pacta.indices

This repository is used to run indices through PACTA, and prepare them for transition monitor.
Other
2 stars 0 forks source link

Assess if we want to develop a data versioning strategy for raw indices data #22

Open jdhoffa opened 1 year ago

jdhoffa commented 1 year ago

And also potentially for processed indices data.

Relates to https://github.com/RMI-PACTA/workflow.prepare.pacta.indices/pull/21#issuecomment-1503434396

AB#9893

jdhoffa commented 1 year ago

Relevant comment:

This looks good to me. However, there is one consideration we should make, and that is if we want this to run the scraping every time we run this workflow.

This workflow achieves three main steps

Scraping the raw indices Preparing those indices as PACTA input Running PACTA on them I can envision a situation where we may want to only run the last step (for example, if we fix a bug in PACTA. We may want to update the indices output just to include the bugfix, but not necessarily be fussed about pulling the indices fresh again).

What do you think?