You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature / Allow setting props in the metadata model (#450)
* Add props to model inputs, outputs and params
* Add defining props to the static model API
* Add support for auto-encoding list values
* Add missing param_props in trac.P() shorthand method
* Move encoding of model item props into models.py (allows encoding of items defined explicitly)
* Allow adding props to TRAC objects
* Validation for new props fields (not used, but still need to match the proto definition)
* Include a node prop in the flow validator test
* Include checking valid identifies for props in the runtime quick validation
* Fix enforce platform warning
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CommonValidators.java
+8
Original file line number
Diff line number
Diff line change
@@ -717,4 +717,12 @@ public static ValidationFunction.Typed<String> uniqueContextCheck(Map<String, St
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FlowValidator.java
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ModelValidator.java
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectValidator.java
+7
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,14 @@ public class ObjectValidator {
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/FlowValidatorTest.java
0 commit comments