[
https://issues.jboss.org/browse/TEIID-2972?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2972:
---------------------------------------
This is always the way it has been for "built-in" namespaces, which are defined
in the MetadataFactory. I don't think Designer has been kept aware as new ones have
been added though. Non-built-in namespaces are declared in the ddl.
We can of course start including the built-in namespaces as declarations, but we'll
have to change our parsing validation logic as it would current through an error that the
ddl is attempting to redefine a reserved namespace.
adminApi getSchema does not include namespace info in the DDL
-------------------------------------------------------------
Key: TEIID-2972
URL:
https://issues.jboss.org/browse/TEIID-2972
Project: Teiid
Issue Type: Bug
Components: AdminApi
Affects Versions: 8.7
Reporter: Mark Drilling
Assignee: Ramesh Reddy
Attachments: excelSheet.ddl
I was following this community example
https://community.jboss.org/wiki/MicrosoftExcelDocumentIntoRelationalTable
The DDL returned for the deployed dynamic vdb is attached. However, the DDL does not
include a namespace statement like this
SET NAMESPACE 'http://www.teiid.org/translator/excel/2014' AS teiid_excel
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)