Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use left outer join fetch when retrieving the image.format #144

Merged
merged 2 commits into from
May 20, 2024

Conversation

sbesson
Copy link
Member

@sbesson sbesson commented May 18, 2024

For image where there is no associated format e.g. images that will be read by the RomioPixelBuffer, this is a requirement for the query to return a Pixels object and avoid a Cannot find Image: 404 error when using a micro-service endpoint

This also requires the changes from glencoesoftware/omero-zarr-pixel-buffer#9 to allow the ZarrPixelsService checks to handle images where image.getFormat() is null.

For image where there is no associated format e.g. images that will
be read by the RomioPixelBuffer, this is a requirement for the query
to return a Pixels object and avoid a Cannot find Image:<id> 404
error when using a micro-service endpoint
@sbesson sbesson requested a review from chris-allan May 18, 2024 10:05
@sbesson sbesson merged commit 42f3845 into glencoesoftware:master May 20, 2024
3 checks passed
@sbesson sbesson deleted the image_format_fetch branch May 21, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants