]
Work on TEIID-5867 started by Steven Hawkins.
---------------------------------------------
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
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?