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

Catalog schema updates #130

Merged
merged 8 commits into from
Jul 3, 2024
Merged

Catalog schema updates #130

merged 8 commits into from
Jul 3, 2024

Conversation

ceblanton
Copy link
Collaborator

@ceblanton ceblanton commented May 31, 2024

Proposal of "required" attribute for each column; either

  • true: always required
  • enhanced: optional but will be filled by canopy
  • false: optional

Required vocabulary:

  • experiment_id
  • frequency
  • realm
  • variable_id
  • time_range
  • path (not exactly a normal vocabulary, but is required)

Optional vocabulary:

  • chunk_freq
  • activity_id
  • institution_id
  • source_id
  • table_id
  • member_id
  • grid_label
  • platform
  • target
  • version_id

Enhanced vocabulary:

  • dimensions
  • cell_methods
  • standard_name

Unique vocabulary (can define a unique dataset):

  • source_id
  • experiment_id
  • frequency
  • table_id
  • grid_label
  • member_id
  • chunk_freq

Chris Blanton added 2 commits May 31, 2024 13:56
Some bug fixes: duplicate platform column and missing target
Addition: dimensions column
Proposal of "required" attribute for each column; either
- true: always required
- enhanced: optional but will be filled by canopy
- false: optional
@ceblanton ceblanton changed the title Possible updates for catalog schema Catalog schema updates Jun 14, 2024
@ceblanton
Copy link
Collaborator Author

Let's make the tests pass; then merge

@ceblanton
Copy link
Collaborator Author

@aradhakrishnanGFDL and @Ciheim , the CI tests failures were real problems so they were good to see. After updating the "modeling_realm" mentions to "realm" the tests passed.

So as we agreed this is going in!

@ceblanton ceblanton merged commit d4f2012 into main Jul 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant