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

Access Pattern not generated when exporting dynamic VDB

XMLWordPrintable

      1. import the attached project
      2. export a dynamic VDB from the VDB archive, notice the DDL does not contain access pattern constraints

      When exporting a dynamic VDB, access pattern constrains on model tables are not exported.

      Actual DDL:

      CREATE FOREIGN TABLE s1 (
      	newColumn_1 string(4000),
      	newColumn_2 string(4000)
      )
      

      Expected DDL:

      CREATE FOREIGN TABLE s1 (
      	newColumn_1 string(4000),
      	newColumn_2 string(4000),
      	CONSTRAINT NewAccessPattern ACCESSPATTERN (newColumn_1)
      )
      

              blafond Barry LaFond
              asmigala@redhat.com Andrej Smigala
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: