[
https://issues.jboss.org/browse/TEIIDDES-1587?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-1587.
------------------------------------
Fix Version/s: 8.1
Resolution: Out of Date
The fix for TEIIDDES-1586 removed support for importing SCHEMA and CATALOG objects and
also removed the "path" value for table entries.
The sample CSV file in the importer now displays:
TABLE, Table_1, "Table_1 Description"
COLUMN, Column_1, VARCHAR, 255, "Column_1 Description"
COLUMN, Column_2, VARCHAR, 255, "Column_2 Description"
COLUMN, Column_3, NUMBER, 25, "Column_3 Description"
COLUMN, Column_4, DATE, 20, "Column_4 Description"
INDEX, TestIndex1, NORMAL, UNIQUE, Table_1, Column_2
TABLE, Table_2, "Table_2 Description"
COLUMN, Column_5, VARCHAR, 255, "Column_5 Description"
COLUMN, Column_6, VARCHAR, 255, "Column_6 Description"
INDEX, TestIndex2, NORMAL, UNIQUE, Table_2, Column_5
If you re-run your test using this info if should work.
Marking this as Out Of Date
Cannot import relational tables described in the wizard
-------------------------------------------------------
Key: TEIIDDES-1587
URL:
https://issues.jboss.org/browse/TEIIDDES-1587
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.0
Reporter: Andrej Podhradsky
Assignee: Barry LaFond
Priority: Critical
Fix For: 8.1
Attachments: sampleRelationalTables.csv
In the wizard for importing relational tables is a simple example which is not working.
After importing you can see only Table_2 in the model. When you close and reopen the model
the following error occurs
Input Error: Model Editor is unable to obtain a Model Resource
So the question is: Is wrong the example or the model creation?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira