LSSTDESC / dataregistry

A facility to store and retrieve datasets. Metadata - some required, some optional - may be used in searches.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

get_dataset_absolute_path should work for production as well as default schema #157

Open JoanneBogart opened 9 hours ago

JoanneBogart commented 9 hours ago

Currently the routine raises a not-yet-implemented exception if the production schema has been specified. It should be possible to return a value in this case.

JoanneBogart commented 9 hours ago

Should find_datasets be enhanced to search the production schema as well as or in addition to the default schema when so requested?