ndi.database.metadata_app.fun.submit_dataset
SUBMIT_DATASET - upload a test dataset to the cloud
[B, MSG, DATASET_ID] = ndi.database.metadata_app.fun.submit_dataset(S, TEST_NAME)
inputs:
S - ndi.session or ndi.dataset object
session_id - the session id of the incoming session or dataset
datasetInformation - metadata collected using the metadata app
outputs:
B - 1 if the upload was successful, 0 if not
MSG - a message about the upload
DATASET - the newly created dataset
DATASET_ID - the dataset id of the uploaded dataset