Version 1

    Highlights

     

    Teiid Designer 9.0 introduces the following changes and features


     

    9.0 Users Guide

     

    Download and Install 9.0


    Show Rest WS Response Document

     

    TEIIDDES-2328


    In Teiid Designer 9.0 you can view the response document for a REST web service by selecting the Show Contents button shown below in the Import From REST Web Service Source wizard.

    rest_import_wizard_page_1.png

     

    show_rest_reponse_document_dialog.png

     


    Quick Fix for migrating Designer 7.7 REST model extension properties

     

    TEIIDDES-2125

     

    In Designer 8.0 the REST model extension property keys were changed to conform to a new standard as we improved and expanded the Model Extension Definition framework.  In Designer 9.0, we've added a Quick-Fix action contribution that can operation on a model containing the older extension properties. Performing this fix will upgrade the stored REST extensions and any REST property values stored in your model.

     

    If you have an older model with REST properties, a validation warning like: The model extension definition "rest" found in model is not registered in workspace. v1.xmi /GEOCHEMISTRYMODEL/views should be displayed in the Problems view. Simply right-click select Quick Fix action and the following dialog will be displayed. Simply click Finish and model will be updated and saved.

    rest_med_quick_fix.png

     


    Additional support for comments in transformations


    TEIIDDES-2383

    The Transformation Editor now supports adding comments to the start and end of SQL statements as well as hints within certain parts of SQL statements. (See Teiid docs for details).

    Here is an example of a SELECT statement with comments and cache hint:

     

    transformation_with_comments.png