cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

Respond correctly to 404 responses when communicating with the CCDH service #26

Closed gaurav closed 2 years ago

gaurav commented 2 years ago

The CCDH Terminology Service now returns an HTTP 404 message when a field either doesn't exist or doesn't have known permissible values. This PR adds support for that to the Terminology Service communication library.

(This change is already present in PR #21, but we're working on that PR as a group, so this is a way of getting that change into sheet2linkml more quickly.)

gaurav commented 2 years ago

This PR has now been merged into PR #28, closing.