-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: 10.0.1
-
Fix Version/s: 10.0.2
-
Component/s: Dynamic VDBs, Import/Export, Transformations
-
Labels:
-
Environment:
Fedora 23
-
Steps to Reproduce:
- import project
- export ProductsView model as Teiid DDL
When I want export view model to the DDL, DLL doesn't contain INSERT and UPDATE transformation which are in the view table.
I looked at the documentation and in my opinion, DDL should contain two triggers.
CREATE TRIGGER ON ProductsInfo INSTEAD OF INSERT AS
<transformation>
and
CREATE TRIGGER ON ProductsInfo INSTEAD OF DELETE AS
<transformation>
When I write this trigger on the DDL, teiid DDL importer ignores them
- is incorporated by
-
TEIIDDES-2699 Issues with Dynamic VDB import/export
-
- Resolved
-