]
Barry LaFond reassigned TEIIDDES-2970:
--------------------------------------
Assignee: Barry LaFond
Set default MatView Extension Properties for JDG materialization
----------------------------------------------------------------
Key: TEIIDDES-2970
URL:
https://issues.jboss.org/browse/TEIIDDES-2970
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling
Affects Versions: 10.0.2
Reporter: Van Halbert
Assignee: Barry LaFond
When a view is being materialized for JDG, set the following extension properties:
<vhalbert> "teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT" 'execute
{jdgsourcemodelname}.native(''swap cache names'');'
<vhalbert> "teiid_rel:MATVIEW_BEFORE_LOAD_SCRIPT" 'execute
{jdgsourcemodelname}.native(''truncate cache'');',
where {jdgsourcemodelname} as the new JDG Source Model that is created.