You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve error message, e.g. describing where to download and the command line to launch to update the schema
prepare a repository/database of the LDDs and "automate" the download and update of the schema.
Acceptance criteria
When LDD schema required is when metadata is loaded with registry-mgr but not available in the registry (e.g. metadata using orex namespace). Then: the error message contains a pointer to the online documentation which helps to solve the error
The text was updated successfully, but these errors were encountered:
@tdddblog@jordanpadams For step 1 I just had an example of user friendly message for pyproj library:
lon, lat = pyproj.transform(fromproj, toproj, x, y)
<input>:1: DeprecationWarning: This function is deprecated. See: https://pyproj4.github.io/pyproj/stable/gotchas.html#upgrading-to-pyproj-2-from-pyproj-1
We could have a link to our mvn site published on github, to the specific page, section which details how to add a new LDD.
jordanpadams
changed the title
As a user, I don't want to have difficulties to update the registry schema when I load new data
As a node operator, I want actionable, user-friendly error messages for schema update requests
Mar 27, 2021
jordanpadams
changed the title
As a node operator, I want actionable, user-friendly error messages for schema update requests
As a node operator, I want actionable, user-friendly error messages for registry schema failures
Mar 27, 2021
Updating schema with fields from C:\tmp\harvest\out\fields.txt
[ERROR] Could not find datatype for field 'abcd123'.
See 'https://nasa-pds.github.io/pds-registry-app/operate/common-ops.html#Load' for more information.
We can think of 2 steps in the development:
Acceptance criteria
When LDD schema required is when metadata is loaded with registry-mgr but not available in the registry (e.g. metadata using orex namespace).
Then: the error message contains a pointer to the online documentation which helps to solve the error
The text was updated successfully, but these errors were encountered: