You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classdef Recipe(url):
def run():
context.getMeta(url) # gets metadata from context service
payload = recipe.harvest()
try:
archiveDB.upload(payload) #upload call also runs validation tests
except validationError:
# User needs to fix the recipe so that it passes the tests
def harvest():
# main function, must return a payload and associated metadata
The text was updated successfully, but these errors were encountered:
Recipe proposed structure
The text was updated successfully, but these errors were encountered: