-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save resources from validation execution #620
Comments
In what format would the resources be saved to the back matter? 1 observation == 1 resource item in the backmatter? How much complexity is involved in storing the item and retrieving it from the backmatter? Similar for external file -> are we expecting to specify the file path? Are we appending data to an existing default file? Just to challenge intent here some - Do we need to put this data into the back-matter? |
All great questions - I definitely was opinionated on the implementation (see PR) - so I'll answer with what implementation I picked, but obviously subject to a larger discussion
|
Is your feature request related to a problem? Please describe.
Sub-task of #301:
In order to reproduce observations, the resources that provided the input to the validation need to be saved, as they are transient across time.
Describe the solution you'd like
lula validate
run--save-resources
is addedDescribe alternatives you've considered
none
Additional context
none
Expected Deliverable
Adding the functionality to "save resources" to both remote files or the back-matter
Updating existing tests + adding new tests as necessary
Update CLI command docs
The text was updated successfully, but these errors were encountered: