Skip to content
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

Add database metadata for catalogdb schema tables #263

Open
havok2063 opened this issue Aug 8, 2024 · 1 comment
Open

Add database metadata for catalogdb schema tables #263

havok2063 opened this issue Aug 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@havok2063
Copy link
Collaborator

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.

@albireox
Copy link
Member

albireox commented Aug 8, 2024

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.

albireox added a commit that referenced this issue Aug 8, 2024
albireox added a commit that referenced this issue Aug 9, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants