[
https://issues.jboss.org/browse/TEIIDDES-1911?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-1911:
----------------------------------------
Apart from the XMI/Model extension properties, there seems to be a few places where
data-source/translator and VDB properties need to be managed at design-time.
From a data-source/translator perspective there is also the issue of
built-in versus custom. For all built-in properties, I would think a user would expect
those properties to just show up. I would not expect any "custom" properties to
just show up at design time, unless they were contributed to the Teiid/Server via some
configuration file/set-up.
I guess I'd like to make sure we are consistent with our features before we start
adding ability to add generic name-value properties to these entities.
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