[
https://issues.jboss.org/browse/TEIIDDES-1911?page=com.atlassian.jira.plu...
]
Ramesh Reddy commented on TEIIDDES-1911:
----------------------------------------
There are 3 different properties you were talking above
1) data source properties - These have been supported begining, no issue here.
2) translator extension properties - these definitions have been added as part of
TEIID-2687, needs to go along with translator override properties.
3) translator model import properties - these are very specific to the "Teiid
Connection" importer scenario, will not come into picture in the general VDB
scenario. These are applicable for importing from a source in a Dynamic VDB scenario.
None of them custom, they are *all* defined, only that for (1) and (2) the property
definitions can be queried from Teiid. (3) is not yet. So in the absence of that the best
we can do is have the user enter the "custom" properties based the
documentation, which will solve the issue. or we can devise a way to expose those
properties from Teiid.
Teiid Connection lacks a way to define importer properties
----------------------------------------------------------
Key: TEIIDDES-1911
URL:
https://issues.jboss.org/browse/TEIIDDES-1911
Project: Teiid Designer
Issue Type: Enhancement
Components: Import/Export
Reporter: Ramesh Reddy
In Teiid Connection importer, it lacks a way to define the "import" properties
that makes usage cumbersome for user to define to import specific parts of schema, or
sometimes impossible (see TEIID-1905)
basically, when user chooses the "translator", after they should be able define
some custom key/value pairs as properties, when then should be converted as model import
properties in "importVDB-vdb.xml" file. Some sample properties are defined here
https://docs.jboss.org/author/display/TEIID/JDBC+Translator
see "importer" properties. Do not confuse similar "execution
properties" which are translator overrides. The sample vdb is like this
{code}
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<vdb name="hive" version="1">
<description>Shows how to query HiveVDB using Hive</description>
<property name="UseConnectorMetadata" value="cached"/>
<model name="hive">
<property name="importer.trimColumnNames" value="true"/>
<source name="Hive conector" translator-name="hive"
connection-jndi-name="java:/hive-ds"/>
</model>
</vdb>
{code}
As per GUI concerned it should be added in "Select the translator and target
model" panel, after the selection of translator
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira