[teiid-issues] [JBoss JIRA] (TEIID-3220) Datafederation quick start needs materialization teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT changed to match docs

Van Halbert (JIRA) issues at jboss.org
Fri Nov 14 13:15:32 EST 2014


Van Halbert created TEIID-3220:
----------------------------------

             Summary: Datafederation quick start needs materialization teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT changed to match docs 
                 Key: TEIID-3220
                 URL: https://issues.jboss.org/browse/TEIID-3220
             Project: Teiid
          Issue Type: Enhancement
          Components: Quick Starts
    Affects Versions: 8.7.1, 8.10
            Reporter: Van Halbert
            Assignee: Van Halbert
            Priority: Minor


The data federation quick start does not demonstrate the same way of loading in the materialized table by executing multiple statements when "teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT" is performed, as the doc's do (based on the latest changes).

It should now use the following to work like the doc's prescribe:

 "teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT"  'execute accounts.native(''ALTER TABLE h2_stock_mat RENAME TO h2_stock_mat_temp'');execute accounts.native(''ALTER TABLE mat_stock_staging RENAME TO h2_stock_mat'');execute accounts.native(''ALTER TABLE h2_stock_mat_temp RENAME TO mat_stock_staging'');', 
              



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the teiid-issues mailing list