Adjust model_fetch_run()
to optionally fetch input data
#233
Labels
pipeline
Code that glues all the model bits together
Currently, in order to run reports you need both the
input/
andoutput/
data to be aligned (matching the metadata of your target run). This can be cumbersome when testing as often theinput/
data will have changed since your target run. We should add an option argument tomodel_fetch_run()
that grabs the appropriate data from the DVC cache.The text was updated successfully, but these errors were encountered: