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 15 forks source link

Pydantic warning from running Drogon #520

Closed berland closed 6 months ago

berland commented 6 months ago

When running ERT (bleeding) on Azure on Drogon the following is written to the terminal:

/prog/komodo/bleeding-py38-rhel7/root/lib64/python3.8/site-packages/pydantic/main.py:314: UserWarning: Pydantic serializer warnings:
  Expected `url` but got `str` - serialized value may not be as expected
  return self.__pydantic_serializer__.to_python(

This stems from WF_CREATE_CASE_FROM_METADATA

janbjorge commented 6 months ago

Resolved in: https://github.com/equinor/fmu-dataio/pull/521