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