acceptable-architect-70237
12/17/2020, 6:55 PMenough-house-33388
12/17/2020, 9:45 PMcool-river-24902
12/17/2020, 10:27 PMhasOwners
filed in DatasetDocument.pdl, the derived value can be calculated on the fly in DatasetIndexBuilder.java. For your case, looks like a count of fieldPaths is good enough? You can add a new derived field numberOfXXX
. In case you have use cases where the calculation is complicated, you might need derived aspect or offline help. FYI. @ambitious-battery-33996.ambitious-battery-33996
12/18/2020, 4:52 PMambitious-battery-33996
12/18/2020, 4:52 PMacceptable-architect-70237
12/18/2020, 7:33 PMnumberOfInputs
and numberOfouputs
for the dataprocess
entity and its search result. I know getting a count of an aspect field is doable. In the dataprocess
entity, we have dataprocessinfo
aspect which has two fields: inputs list and outputs list. similarily, for the number of columns
in Dataset entity, We will have schemametadata
aspect. under this aspect, we will have fields
field. Probably I can just count the size of this fields
list.