reads in the config.yaml file, generates a new entry in code_run and returns id, creates new submission_script (and if necessary creates a new code_repo) entry in local registry
a field in config.yaml used to specify the reading of an object (a data product or an external object) that belongs to the user (see also write: and register:)
register:
a field in config.yaml used to specify the registration of an object (usually an external object) that exists elsewhere (see also write: and read:)
add_to_register()
registers the object(s) listed in register: (in the config.yaml file)
a field in config.yaml used to specify the writing of an object (a data product or an external object) that belongs to the user (see also register: and read:)