]
Steven Hawkins resolved TEIID-5755.
-----------------------------------
Resolution: Done
Changed the parse so that the FOREIGN SCHEMA name is optional. For ddl you can just do:
IMPORT FROM REPOSITORY...
Updated the docs accordingly and expanded the example to show importing from multiple
files.
Clarify import foreign schema
-----------------------------
Key: TEIID-5755
URL:
https://issues.jboss.org/browse/TEIID-5755
Project: Teiid
Issue Type: Quality Risk
Components: Documentation, Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.3
Since we don't have some kind of evaluate directive for ddl, we use the import
foreign schema construct in a similar manner by using the ddl-file repository type.
It's possible to split ddl for a schema into multiple file, which should be described
in the docs.
It's also possible to use import foreign schema into a virtual schema, but the
foreign keyword is still required. It should be made optional and described as ignored in
the docs.