model-res-avm icon indicating copy to clipboard operation
model-res-avm copied to clipboard

Adjust `model_fetch_run()` to optionally fetch input data

Open dfsnow opened this issue 10 months ago • 0 comments

Currently, in order to run reports you need both the input/ and output/ data to be aligned (matching the metadata of your target run). This can be cumbersome when testing as often the input/ data will have changed since your target run. We should add an option argument to model_fetch_run() that grabs the appropriate data from the DVC cache.

dfsnow avatar Apr 16 '24 22:04 dfsnow