Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-2859

DDL doesn't contain INSERT and DELETE transformation

XMLWordPrintable

      1. import project
      2. 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

            blafond Barry LaFond
            mkralik@redhat.com Matej Kralik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: