CUAHSI / cuahsi-stacks

This is a compilation of docker images that follow the SPEC pattern.
GNU General Public License v3.0
2 stars 10 forks source link

Rebuild and Deploy Images to fix hs_models issue #26

Closed Castronova closed 2 years ago

Castronova commented 2 years ago

Update the Base and Scientific images with the latest hs_models to resolve a pydantic validation issue in hs_on_jh.

Castronova commented 2 years ago

@aaraney I just updated the cluster with the latest Python 3 Scientific image. Can you please test to see if this resolves the HydroShare_on_Jupyter issue?

https://github.com/hydroshare/hydroshare_on_jupyter/issues/100

aaraney commented 2 years ago

Does fix

I verified that this fixes opening HS resources that have an associative RelationType. So, for example, https://www.hydroshare.org/resource/ce0f48aff42142b3a12147e8c5113dac/. For paper trail sake, this was fixed in hsmodels #28.

This resolves the issue in https://github.com/CUAHSI/jupyterhub/issues/1, so I will close that and ref this issue there.

Does not fix

So, this will not fix opening CollectionResource's as a fix has not been introduced to hsclient (see hsclient #25).

aaraney commented 2 years ago

I think we can close this for now. We should reference this issue when the CollectionResource issue has been resolved.