clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
34 stars 17 forks source link

Not all dataset i ds found #368

Closed MBcode closed 1 year ago

MBcode commented 2 years ago

Description

Review Time Estimate

Types of changes

Checklist:

This is for https://github.com/clowder-framework/clowder/issues/295 Where I differentiate the Logger.error being for a [Dataset] or [Folder] and add the list of missing IDs Logger.error("notfound=" + notFound.toString)

I then wrote some throw away test code, to kick it off, and see the resulting logs, which I captured in the issue comments

MBcode commented 2 years ago

was held up w/a CI bug that didn't have credentials for a github action to upload something for the mongodb container, but should be ok now

robkooper commented 2 years ago

I wonder if this is related to #373