Skip to main content

Posts

Showing posts from December, 2011

Source Tables Made Easy

For our Teiid Designer 7.6 release we introduced a couple of new ways to create new source tables in your relational models. If you have an existing model that needs a new table, select the model and choose the " New Child > Base Table ... " context action to launch the New Relational Table Wizard dialog. This wizard contains the options necessary to construct a relational table complete with columns, unique keys and foreign key definitions. Another new way to create tables is to import an XML input file which you can generate using the new RelationalModel.xsd schema.  Launch the Import wizard and select Teiid Designer's " Designer Text File >> Source or View Models " option.  Then choose the " Relational Model (XML Format) " import type. Select Next> to get to the file selection page. Browse to select your XML file and select a target model location for your new tables. When finished your new tables will be display

Teiid Designer 7.6 Final Released

We are pleased to announce Teiid Designer 7.6 is now available.  Feature highlights include: XML Source Data File Importer - generate relational model xml externally and import to create your relational model. New Relational Table Wizard - Create a new relational table complete with column definition, keys and references in one wizard. New XML Format Relational Model Importer - generate relational model xml externally and import to create your relational model. New Model Extension Definition (MED) Framework - Provides more flexibility to add custom metadata to your models which enables your translators to be more flexible for accessing and exposing your source data. Framework includes a MED Registry View and MED editor. For more see Teiid Designer 7.6 What's New... See the release notes for more details on the 74 issues addressed. Download it today.... The Teiid Designer Team