]
Steven Hawkins commented on TEIID-5867:
---------------------------------------
Upon further review it's not a good fit to make all ddl statements records. Marking
as rejected for now until we work out a new strategy under TEIIDTOOLS-781
Support capturing the IMPORT FORIGN DATA in DDLStringVisitor
------------------------------------------------------------
Key: TEIID-5867
URL:
https://issues.redhat.com/browse/TEIID-5867
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Affects Versions: 13.0
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Priority: Major
Original Estimate: 2 hours
Remaining Estimate: 2 hours
In DatabaseStore logic the IMPORT FOREIGN DATA WRAPPER is treated as runtime statements
that engine is processing at runtime vs build time representation of the VDB. It is a
perfectly valid scenario.
However, when working with VDB building, VDB-Import scenarios we need to capture these as
is. can we provide a model in DatabaseStore to capture these in certain situations?