Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-1425

Refactor > Rename of abstraction layer model was partially reflected in transformation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • 8.2
    • 7.7.1
    • Modeling
    • None
    • Hide

      1 - Import a source model
      2 - Create an abstraction layer model (transform from the source model)
      3 - Create a view model which joins two tables from the abstraction layer model
      4 - Refactor > Rename the abstraction layer model
      5 - Verify the transformation SQL is valid

      Show
      1 - Import a source model 2 - Create an abstraction layer model (transform from the source model) 3 - Create a view model which joins two tables from the abstraction layer model 4 - Refactor > Rename the abstraction layer model 5 - Verify the transformation SQL is valid
    • Hide

      Need to manually repair the transformation

      Show
      Need to manually repair the transformation

    Description

      This project had a source model, abstraction layer (transformed from source), and a view model with a transformation. The transformation is essentially:

      SELECT * FROM vParts.Supplier AS s, vParts.Supplier_parts AS sp WHERE s.Supplier_id = sp.Supplier_id

      I added a second source and then used Refactor > Rename to change the original abstraction layer model from vParts to vParts_Oracle.

      The transformation was altered like this:

      SELECT * FROM vParts_Oracle.Supplier AS s, vParts.Supplier_parts AS sp WHERE s.Supplier_id = sp.Supplier_id

      So, it changed only the first instance of the model, leaving the transformation invalid.

      I'll attach a Model Project Set.

      Attachments

        Activity

          People

            blafond Barry LaFond
            pnittel_jira Paul Nittel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: