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

Add system information to metadata #387

Closed
perolavsvendsen opened this issue Nov 6, 2023 · 5 comments · Fixed by #440
Closed

Add system information to metadata #387

perolavsvendsen opened this issue Nov 6, 2023 · 5 comments · Fixed by #440
Assignees

Comments

@perolavsvendsen
Copy link
Member

In some cases, it is useful to know which version of fmu-dataio was used to produce certain metadata. We can probably also think of other system information which can be important context for generated data, and thus should be recorded in the metadata.

Suggest to include system information into produced metadata, starting with the fmu-dataio version used.

suggestion:

_sysinfo:
  fmu-dataio:
    version: 1.2.3
@perolavsvendsen
Copy link
Member Author

Consider putting this into tracklog to account for system information being different between events?

@perolavsvendsen
Copy link
Member Author

Ref comment, consider also adding:

  • Operating system
  • Host ID

@janbjorge
Copy link
Contributor

Should be a simple task, lets get the schema in first. Depends upon #409

@perolavsvendsen
Copy link
Member Author

Should be a simple task, lets get the schema in first. Depends upon #409

#424 already merged

@janbjorge
Copy link
Contributor

janbjorge commented Jan 30, 2024

@perolavsvendsen I have made a PR that outlines how i think something like this(Add OS and Host ID) can be done w/Pydantic.

#440

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 a pull request may close this issue.

2 participants