equinor / fmu-dataio

FMU data standard and data export with rich metadata in the FMU context
https://fmu-dataio.readthedocs.io/en/latest/
Apache License 2.0
10 stars 13 forks source link

Swap legacy `fmu_results.json` -> `fmu_results_legacy.json`, `fmu_meta.json` -> `fmu_results.json` #697

Open mferrera opened 2 weeks ago

mferrera commented 2 weeks ago

Depends upon Sumo verifying the latest Pydantic schema is validating A-OK across the board.

We must also ensure that this change will be reflected smoothly in Radix. Double check if any updates to schema/app/install-schema-files.sh or schema/app/fmu-schemas.conf or the Dockerfile/radix config are required (there shouldn't be).

Changing this will also require a change in the test that checks if the schema was updated, and also in ci:

https://github.com/equinor/fmu-dataio/blob/66a533e0854f549a8fb39f0709b3c2b55639d053/.github/workflows/schemas-up-to-date.yml#L27

mferrera commented 2 weeks ago

This change, at least from the Radix promote-to-prod perspective, should not happen until both the newest release is in the RMS env and Komodo (August).

mferrera commented 1 week ago

Part of #571