Skip to content

Commit

Permalink
Include (almost) all metadata by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwiker committed Nov 28, 2023
1 parent b4315b5 commit d1d3d7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
28 changes: 4 additions & 24 deletions src/fmu/sumo/explorer/objects/_child_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,10 @@
from fmu.sumo.explorer.pit import Pit

_CHILD_FIELDS = {
"include": [
"_id",
"data.name",
"data.content",
"data.tagname",
"data.time",
"data.format",
"data.bbox",
"data.spec",
"data.stratigraphic",
"data.vertical_domain",
"fmu.case.name",
"fmu.case.user.id",
"fmu.realization.id",
"fmu.iteration.name",
"fmu.context.stage",
"fmu.aggregation.operation",
"_sumo.status",
"access.asset",
"masterdata.smda.field",
"file.checksum_md5",
"file.relative_path",
"data.is_observation",
"data.is_prediction"
"include": [],
"exclude": [
"data.spec.columns",
"fmu.realization.parameters"
]
}

Expand Down
10 changes: 2 additions & 8 deletions src/fmu/sumo/explorer/objects/case_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
from fmu.sumo.explorer.pit import Pit

_CASE_FIELDS = {
"include": [
"_id",
"fmu.case.name",
"fmu.case.user.id",
"_sumo.status",
"access.asset",
"masterdata.smda.field",
]
"include": [],
"exclude": []
}


Expand Down

0 comments on commit d1d3d7a

Please sign in to comment.