automated versioning requiring user input causes QA_QC check to fail.
embruna opened this issue · 1 comments
embruna commented
running the functions to clean heliconia data or create the other data files originally included an automated process asking the user to input responses regarding data versioning. This causes the automated QA-QC / data validation action to fail (see log here). I have pulled the versioning out and made it manual to avoid this and will try to automate the versioning the way the Weecology group does with the Portal data
Aariq commented
One possible solution (I think) would be to use if(!interactive()) {don't update the version}
. Then you would only be able to version the data manually, but the action should still run