equinor / fmu-sumo-uploader

Upload to Sumo in the FMU context
https://fmu-sumo-uploader.readthedocs.io/en/latest/
Apache License 2.0
0 stars 3 forks source link

Seismic metadata is uploaded but not binary data (following fmu-dataio issue missing key) #99

Open roywilly opened 1 month ago

roywilly commented 1 month ago

There is a problem with a key in metadata, see slack It is said that this problem will be fixed in RGS at some point. The uploader crashes with: "WARNING:fmu.sumo.uploader:Problem related to Sumo upload: 'vertical_domain' <class 'KeyError'>"

While this key error exist, the uploader uploads the metadata but not the binary data. If the binary data upload fails, the metadata shall be deleted to avoid mismatch between metadata and data. This should be fixed in the uploader code, to ensure consistency no matter what issues arise in the future.