-
Bug
-
Resolution: Done
-
Major
-
10.0
TD shows an error after using: "relational:MATVIEW_TTL" 2000
Value "2000" is not an allowed value for property "relational:MATVIEW_TTL." Value was reset to be an empty value.
After investigation I discovered that TD allows only boolean values for this property. I don't think this is correct. According to Teiid documentation:
_teiid_rel:MATVIEW_TTL - time to live in milliseconds. Provide property or cache hint on view transformation - property takes precedence. _
... <p:property advanced="false" index="true" masked="false" name="MATVIEW_TTL" required="false" type="boolean"> <p:description locale="en_US">Time to live in milliseconds. Provide property or cache hint on view transformation - property takes precedence. </p:description> <p:display locale="en_US">Time To Live (ms)</p:display> </p:property> ...
Type is set to boolean.
- is related to
-
TEIIDDES-2745 Extension properties not imported from dynamic VDB
- Closed