clowder-framework / pyclowder

Library to assist in the development of extractors for clowder.
University of Illinois/NCSA Open Source License
10 stars 2 forks source link

Create test extractors that check functionality of v2 endpoints #67

Closed max-zilla closed 1 year ago

max-zilla commented 1 year ago

This is from @ddey2 but was merged into a branch that never got a PR created for it.

tcnichol commented 1 year ago

I can mark this approved, as this would be another issue I checked out before.

ddey2 commented 1 year ago

test-file-extractor works.

test-dataset-extractor doesn't work. I can't trigger the extractor on dataset. It gets error on clowder backend.

ddey2 commented 1 year ago
Screenshot 2023-08-10 at 9 26 02 AM
ddey2 commented 1 year ago

I have made some fixes on clowder backend to make this working. https://github.com/clowder-framework/clowder2/pull/640

Now, the test-dataset-extractor works. The upload_to_dataset method doesn't work. I get the following error on pyclowder and clowder backend. Still debugging this.

Screenshot 2023-08-15 at 10 11 36 PM Screenshot 2023-08-15 at 10 11 43 PM