[
https://issues.jboss.org/browse/TEIIDDES-2979?page=com.atlassian.jira.plu...
]
Steven Hawkins commented on TEIIDDES-2979:
------------------------------------------
TEIID-4119 touches on this as well. Once Teiid took more ownership of the metadata we
started consistent treating views = Teiid views, and tables = foreign/temp tables.
However there may be some users who also want to virtualize how that is reported in the
system/jdbc metadata, and we are not accommodating for that yet.
View table is interpreted as Table in dynamic VDB
-------------------------------------------------
Key: TEIIDDES-2979
URL:
https://issues.jboss.org/browse/TEIIDDES-2979
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs
Affects Versions: 10.0.2
Reporter: Mario Majernik
View table is interpreted in dynamic VDB as Table
This is example from dynamic vdb:
CREATE FOREIGN {color:red}TABLE{color} ViewTable (
newColumn_1 string(4000)
) OPTIONS(NAMEINSOURCE 'ViewTableNameInSource', UPDATABLE 'TRUE')
Should be there VIEW instead TABLE.
So when I try generate source model from dynamic VDB I get Table no View Table
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)