-
Notifications
You must be signed in to change notification settings - Fork 4
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
Notebooks no longer work with V1.0 release #6
Comments
@tloubrieu-jpl do we actually plan on fixing this during this sprint, of should we add this to the top of the release backlog? |
@jjacob7734 see PRs for some attempts at fixing this |
note: this should work for the latest registry / API on main (and maybe tagged for release?). not necessarily what is online (which doesn't work) |
feel free to ping @jimmie for some help here as well since he is digging into the tagged releases vs what is online vs what is going wrong |
I got the
https://pds-gamma.jpl.nasa.gov/api/ to: https://pds.nasa.gov/api/search-en-gamma/1.1/ Reference: Based on information from the Slack discussion between @eddiesarevalo and @jimmie here: https://jpl.slack.com/archives/GCGR1R3A4/p1673301753096449
to the following:
Reference: API documentation at https://github.com/NASA-PDS/pds-api-client/blob/main/docs/source/quickstart/index.rst |
1 similar comment
I got the
https://pds-gamma.jpl.nasa.gov/api/ to: https://pds.nasa.gov/api/search-en-gamma/1.1/ Reference: Based on information from the Slack discussion between @eddiesarevalo and @jimmie here: https://jpl.slack.com/archives/GCGR1R3A4/p1673301753096449
to the following:
Reference: API documentation at https://github.com/NASA-PDS/pds-api-client/blob/main/docs/source/quickstart/index.rst |
@jjacob7734 awesome! can you create a PR for this? |
also @jjacob7734 even if we have PR, we may want to hold off until @jimmie deploys the latest registry to ops. the URL for the API should really be: https://pds.nasa.gov/api/search/1/ |
looking at OVIRS notebooks, which is not working right now. |
1 similar comment
looking at OVIRS notebooks, which is not working right now. |
familiarizing w/ API, specifically the new python version that Thomas made available. Seeing an issue where a collection by lidvid is returning a 404 but works w/ curl and otherwise works w/out version. |
It turns out the curl command was "working" because it was malformed and the registry was silently ignoring an invalid parameter, so not filtering the results by the LIDVID match (@alexdunnjpl opened a new ticket on this: NASA-PDS/registry-api#237). The root of the problem I was having is that the LIDVID I was trying to access does not exist in the production PDS registry. It exists in a particular profile of the registry that can be deployed locally for test. The new api_client does seem to be working fine if I give it a valid LIDVID. |
What to do with the notebook needs to be refined. |
Some part of the notebook is blocked by api issues. We are not sure if the same data is still available in the registry. |
The short term solution is to use only the /products end-point. |
Status: working to change to just use the product API |
Keep the following notebooks:
We need a clear description/organization of what they do for the users (in introduction of the notebook). Remove part2/find_data We move all the others in a |
@jordanpadams @tloubrieu-jpl recorded talk on PDS API: https://www.youtube.com/watch?v=iuPzeZMbhrs |
@jjacob7734 start to work on part1 notebook |
The expected outcome is to fully review the notebooks that we want and ideintify the blocker on the server side. |
@jjacob7734 is missing a way to apply the criteria, we will discuss that at the breakout. |
@jjacob7734 is testing the pagination in he notebook. He is going to test the performances. We also need to deploy the update in the opensearch configuration to go beyond the 10000 limit. |
Blocked by:
|
🐛 Describe the bug
The text was updated successfully, but these errors were encountered: