diff --git a/ui/src/pages/feature/featureDetails.tsx b/ui/src/pages/feature/featureDetails.tsx index 4d3f0ecf3..a363df036 100644 --- a/ui/src/pages/feature/featureDetails.tsx +++ b/ui/src/pages/feature/featureDetails.tsx @@ -23,11 +23,13 @@ function FeatureKey(props: { feature: Feature }) {
Full Name: { keys[0].fullName }
-Key Column: { keys[0].keyColumn }
-Description: { keys[0].description }
-Key Column Alias: { keys[0].keyColumnAlias }
-Key Column Type: { keys[0].keyColumnType }
+Full Name: { keys[0].fullName }
+Key Column: { keys[0].keyColumn }
+Description: { keys[0].description }
+Key Column Alias: { keys[0].keyColumnAlias }
+Key Column Type: { keys[0].keyColumnType }
+Dimension Type: { type.dimensionType }
-Tensor Category: { type.tensorCategory }
-Type: { type.type }
-Value Type: { type.valType }
+Dimension Type: { type.dimensionType }
+Tensor Category: { type.tensorCategory }
+Type: { type.type }
+Value Type: { type.valType }
+Expression: { transformation.transformExpr }
} - { transformation.filter &&Filter: { transformation.filter }
} - { transformation.aggFunc &&Aggregation: { transformation.aggFunc }
} - { transformation.limit &&Limit: { transformation.limit }
} - { transformation.groupBy &&Group By: { transformation.groupBy }
} - { transformation.window &&Window: { transformation.window }
} - { transformation.defExpr &&Expression: { transformation.defExpr }
} +Expression: { transformation.transformExpr }
} + { transformation.filter &&Filter: { transformation.filter }
} + { transformation.aggFunc &&Aggregation: { transformation.aggFunc }
} + { transformation.limit &&Limit: { transformation.limit }
} + { transformation.groupBy &&Group By: { transformation.groupBy }
} + { transformation.window &&Window: { transformation.window }
} + { transformation.defExpr &&Expression: { transformation.defExpr }
} +