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

DEP: Discontinue legacy schema #757

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

tnatt
Copy link
Collaborator

@tnatt tnatt commented Aug 21, 2024

Currently there are two schemas in fmu-dataio:

  • fmu_meta.json (new generated by pydantic)
  • fmu_results.json (legacy)

This PR removes the legacy one, and changes the schema generated by pydantic to fmu_results.json. Resolves #571

Sumo has for a while now used the new schema with name fmu_meta.json. Therefore the new schema is copied and stored with this name fmu_meta.json when building the container in radix. This should be removed once Sumo updates the schema used to fmu_results.json.

@tnatt tnatt requested a review from mferrera August 21, 2024 06:52
@tnatt tnatt self-assigned this Aug 21, 2024
Copy link
Collaborator

@mferrera mferrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉🚀

schema/app/install-schema-files.sh Outdated Show resolved Hide resolved
@tnatt tnatt force-pushed the delete_legacy_schema branch from 1905454 to 15d644c Compare August 21, 2024 08:33
@tnatt tnatt merged commit 8981c10 into equinor:main Aug 21, 2024
13 checks passed
@tnatt tnatt mentioned this pull request Aug 21, 2024
2 tasks
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.

Discontinue legacy schema
2 participants