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

Access Pattern not generated when exporting dynamic VDB

    XMLWordPrintable

Details

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

    Description

      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)
      )
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: