[
https://issues.jboss.org/browse/TEIIDDES-948?page=com.atlassian.jira.plug...
]
Dan Florian resolved TEIIDDES-948.
----------------------------------
Resolution: Done
Now when a build runs, we gather up the dependent models of those models involved in the
build. These dependent models are added to the build at the end. So whenever a model
changes, all models that depend on that model are also built.
Editing and saving model that is a dependency to other models does
not rebuild dependant models
-----------------------------------------------------------------------------------------------
Key: TEIIDDES-948
URL:
https://issues.jboss.org/browse/TEIIDDES-948
Project: Teiid Designer
Issue Type: Bug
Components: Modeling, Validation
Affects Versions: 7.1, 7.3, 7.4
Reporter: Barry LaFond
Assignee: Dan Florian
Priority: Blocker
Fix For: 7.4
The following scenarios reproduce the problem.
CASE A:
1) Create simple virtual table (VTableA) dependent on a simple source table (STableA).
Insure validation OK
2) Clone a column in STableA and save source model
3) Errors should result in source model
4) NO errors in virtual model
CASE B:
1) Create simple virtual table (VTableA) dependent on a simple source table (STableA).
Insure validation OK
2) Create a New valid column in STableA and save source model
3) No errors should result in the source model
4) No errors in the virtual model
The resulting state of BOTH of these cases should be Virtual tables that have
"reconcile" errors in the transformation.
Indexes for models that depend on the "source" model should be deleted and the
dependent models re-built if Auto-Build is ON
Probably should be wired to our current "build" framework so a dependency check
is always performed if Auto-Build is ON
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira