[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
Mon Feb 2 11:34:48 EST 2015


     [ https://issues.jboss.org/browse/TEIID-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Van Halbert updated TEIID-3220:
-------------------------------
    Git Pull Request: https://github.com/teiid/teiid-quickstarts/commit/6b2cb7a62a0b3f170d2b62497244f92ba425585c


> 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.11#6341)


More information about the teiid-issues mailing list