]
Ramesh Reddy updated TEIIDSB-152:
---------------------------------
Fix Version/s: 1.4.0
Alter / drop will not work with vdb plugin
------------------------------------------
Key: TEIIDSB-152
URL:
https://issues.redhat.com/browse/TEIIDSB-152
Project: Teiid Spring Boot
Issue Type: Quality Risk
Components: core
Reporter: Steven Hawkins
Priority: Major
Fix For: 1.4.0
If you use an alter / drop in the vdb.ddl the result will be an illegalstateexception:
{code}
Caused by: java.lang.IllegalStateException: TransformationMetadata not yet available
at org.teiid.maven.VdbMojoTest.test(VdbMojoTest.java:53)
{code}