Remove all endpoints that had a InBrainRegionDep, but don't have a brain_region_id#501
Merged
Remove all endpoints that had a InBrainRegionDep, but don't have a brain_region_id#501
InBrainRegionDep, but don't have a brain_region_id#501Conversation
…brain_region_id * if the model serving the endpoint doesn't have brain_region_id, this will result in an error; ex: #487 * Added a simplistic test to find these endpoints * Note: this doesn't find endpoints that *should* have `InBrainRegionDep`
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
GianlucaFicarelli
approved these changes
Jan 6, 2026
GianlucaFicarelli
added a commit
that referenced
this pull request
Jan 16, 2026
* origin/main: Update `brain-atlas` endpoints (#506) Add published_in filter in ScientificArtifact (#505) Make nullable attributes of EMDenseReconstructionDataset (#503) Remove all endpoints that had a `InBrainRegionDep`, but don't have a brain_region_id (#501) Add pref_label/alt_label ilike_search to ETypeClass/MTypeClass filters (#500) add `number_neurons` to Simulation` (#493) Fix incorrect returned values when getting `ascendants_and_descendants` (#498)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if the model serving the endpoint doesn't have brain_region_id, this will result in an error; ex: GET ALL Simulation Campaigns doesn't support
within_brain_region_brain_region_idyet it is exposed #487Added a simplistic test to find these endpoints
Note: this doesn't find endpoints that should have
InBrainRegionDep