[
https://issues.jboss.org/browse/TEIIDDES-973?page=com.atlassian.jira.plug...
]
Barry LaFond commented on TEIIDDES-973:
---------------------------------------
I'm assuming you are asking about using relational "VIEW" constructs.
Currently our Relational Metamodel has "View"s as objects, but they don't
directly relate to actual statements like: "CREATE VIEW V_Customer AS SELECT
First_Name, Last_Name, Country FROM Customer"
With our new Model Extension framework coming in 7.6 we'll be able to add a "SQL
String" type property to a relational View object among other things.
Create Table from query
-----------------------
Key: TEIIDDES-973
URL:
https://issues.jboss.org/browse/TEIIDDES-973
Project: Teiid Designer
Issue Type: Feature Request
Components: Transformations
Affects Versions: 7.2
Environment: JBDS 4.0
Reporter: Joel Tosi
Priority: Minor
As a user, I would like to be able to create tables from queries. I would like to be
able to set the query property of a virtual table. You cannot directly set the query for
the object as a property. The Transform metaphor seems more suited to ETL and complex
queries whereas allowing a user to create the virtual table from queries would be more
natural.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira