-
Bug
-
Resolution: Done
-
Critical
-
8.2
-
None
The translator overrides dialog box during the VDB construction, shows the properties for the data source (resource-adapter) not for translator.
The translator properties can be obtained on admin api by
Translator t = api.getTranslator("name");
t.getProperties()
Currently there is no metadata available on them they are just key/value pairs
- relates to
-
TEIID-2687 Expose Translator override property definitions through Admin API
- Closed