Defining materialization in dynamic vdb when no staging table can be
used, doesn't work
---------------------------------------------------------------------------------------
Key: TEIID-3342
URL:
https://issues.jboss.org/browse/TEIID-3342
Project: Teiid
Issue Type: Enhancement
Components: Server
Reporter: Van Halbert
When using JDG as a materialization target, there is not an option to use a staging table
(because JDG doesn't support cache renaming). So, tried these 2 options (but
didn't work) when defining materialization in a dynamic VDB:
- no staging table defined at all
- setting staging table to the same as the target table
Would like to change it so that a staging table isn't required.