We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add database metadata info for the tables in catalogdb. The metadata should go here, https://github.com/sdss/sdssdb/tree/main/schema/sdss5db/metadata and follow the syntax in https://github.com/sdss/sdssdb/blob/main/schema/sdss5db/metadata/vizdb.json.
catalogdb
I need metadata for at least catalogdb.sdss_id_to_catalog but it'd be nice to also have the metadata defined for all of the parent catalog tables.
catalogdb.sdss_id_to_catalog
The text was updated successfully, but these errors were encountered:
There is a decent amount of column information with human-readable descriptions here
https://github.com/sdss/minidb_docs
It would need some parsing, and it doesn't cover all the catalogdb tables.
Sorry, something went wrong.
Updated CHANGELOG.rst for issue #263
3d61ef8
Add metadata for sdss_id_to_catalog table (#264)
33231f1
* Add metadata for sdss_id_to_catalog table * Updated CHANGELOG.rst for issue #263 * Actually use the PR for the changelog instead of the issue number
albireox
No branches or pull requests
Add database metadata info for the tables in
catalogdb
. The metadata should go here, https://github.com/sdss/sdssdb/tree/main/schema/sdss5db/metadata and follow the syntax in https://github.com/sdss/sdssdb/blob/main/schema/sdss5db/metadata/vizdb.json.I need metadata for at least
catalogdb.sdss_id_to_catalog
but it'd be nice to also have the metadata defined for all of the parent catalog tables.The text was updated successfully, but these errors were encountered: