]
Work on TEIID-5282 started by Steven Hawkins.
---------------------------------------------
Add source fully qualified name extension properties
----------------------------------------------------
Key: TEIID-5282
URL:
https://issues.jboss.org/browse/TEIID-5282
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.2
To support TEIIDTOOLS-362 and in general the lookup of source objects by a name other
than the Teiid name, we need to add a fully qualified name property.
The proposal would look like an ldap name containing both the name/parts:
create foreign table "schemaName.tableName" (...) options
('teiid_rel:fqn'
'catalog:catalogName/schema:schemaName/table:tableName');
The names will reflect the constructs for each source:
google: 'worksheet:name/sheet:name'
salesforce: 'sObject:name'
etc.