[teiid-issues] [JBoss JIRA] (TEIID-5137) SystemAdmin.usage column dependency issue

Van Halbert (JIRA) issues at jboss.org
Mon Nov 6 07:44:00 EST 2017


    [ https://issues.jboss.org/browse/TEIID-5137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486207#comment-13486207 ] 

Van Halbert commented on TEIID-5137:
------------------------------------

Using the portfolio quickstart:
{code}
{
            "VDBName" => "Portfolio",
            "object_type" => "Column",
            "SchemaName" => "PersonalHoldings",
            "Name" => "SSN",
            "ElementName" => "SSN",
            "Uses_object_type" => "Column",
            "Uses_SchemaName" => "Accounts",
            "Uses_Name" => "ACCOUNT",
            "Uses_ElementName" => "SSN"
        }
{code}

> SystemAdmin.usage column dependency issue
> -----------------------------------------
>
>                 Key: TEIID-5137
>                 URL: https://issues.jboss.org/browse/TEIID-5137
>             Project: Teiid
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 8.12.x-6.4
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>
> For "object_type" == "Column", the field "Name" should be the name of the table.
> Here it is the same value of "ElementName" fields (ie column name).
> {code}
> {
>             "VDBName" => "Financials",
>             "UID" => "tid:252cb13c7440-0c0428eb-0000000d",
>             "object_type" => "Column",
>             "SchemaName" => "ACCOUNTHOLDINGS",
>             "Name" => "PRODUCTID",
>             "ElementName" => "PRODUCTID",
>             "Uses_UID" => "tid:694b1432214b-cbf6d637-0000000d",
>             "Uses_object_type" => "Column",
>             "Uses_SchemaName" => "EU_Customers_EDL",
>             "Uses_Name" => "ACCOUNTHOLDINGS",
>             "Uses_ElementName" => "PRODUCTID"
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list