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

Commits on May 31, 2024

  1. Possible updates for catalog schema.

    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
    Chris Blanton authored and Chris Blanton committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1ae4066 View commit details
    Browse the repository at this point in the history
  2. Missed json brace

    Chris Blanton authored and Chris Blanton committed May 31, 2024
    Configuration menu
    Copy the full SHA
    427c6f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge remote-tracking branch 'origin/main' into schema-candidate-updates

    Chris Blanton authored and Chris Blanton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b775f9e View commit details
    Browse the repository at this point in the history
  2. Updated candidate schema changes with agreed changes with Aparna w.r.…

    …t MDTF integration
    
    modeling_realm to realm
    temporal_subset to time_range
    Chris Blanton authored and Chris Blanton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e9a28a5 View commit details
    Browse the repository at this point in the history
  3. Add standard_name as an enhanced vocabulary, and make chunk_freq opti…

    …onal
    Chris Blanton authored and Chris Blanton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a15f2ca View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update other mentions of "modeling_realm", changing to "realm"

    Chris Blanton authored and Chris Blanton committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    25bf2a7 View commit details
    Browse the repository at this point in the history
  2. Let the failed test pass with --tf

    Chris Blanton authored and Chris Blanton committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    907de57 View commit details
    Browse the repository at this point in the history
  3. Fix for the catalog validator to prevent a KeyError when the required…

    … column does not exist
    Chris Blanton authored and Chris Blanton committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a321f30 View commit details
    Browse the repository at this point in the history