]
Barry LaFond resolved TEIIDDES-2209.
------------------------------------
Resolution: Done
Done
anytime view models are created (I.e. DDL import as View) allow
checkbox to make default transformation so that the model is deployable
---------------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-2209
URL:
https://issues.jboss.org/browse/TEIIDDES-2209
Project: Teiid Designer
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Import/Export
Reporter: Tom Johnston
Assignee: Barry LaFond
Fix For: 8.6
Attachments: ddl-importer-page-1.png, order_test_ddl.txt
I have mentioned this before but now that DDL import can generate view models (the only
mechanism I can see to bring in logical/conceptual models from other tools like
PowerDesigner etc)
If the model is successful in that it brings all components it is still not a valid model
to deploy to a vdb and start work against.
My proposal is to generate SQL using the column metadata for the view itself.
For example... I've attached a simple ddl but for order_header it'd be like:
SELECT null AS Order_header_id, null AS order_header_name
The primary purpose is to make the model deploy-able immediately.
I'd also like to see this 'feature' at the Model-->Generate stubs when
right clicking the model.