Skip to content

Commit

Permalink
Expose data.content and file.checksum as metadata (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv authored Jun 13, 2023
1 parent 73e9acf commit fc64638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fmu/sumo/explorer/objects/_child_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
_CHILD_FIELDS = [
"_id",
"data.name",
"data.content",
"data.tagname",
"data.time",
"data.format",
Expand All @@ -24,6 +25,7 @@
"_sumo.status",
"access.asset",
"masterdata.smda.field",
"file.checksum_md5",
"file.relative_path",
"data.is_observation",
"data.is_prediction"
Expand Down

0 comments on commit fc64638

Please sign in to comment.