You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@atlas.apache.org by anshu shukla <an...@gmail.com> on 2018/08/28 10:14:40 UTC

Explanation about relationship defination

Hi,

I have the following queries on the relationship def.

In the below example what "name" means..

eg. we have *columns* as name in hbase_column_family type and what
cardinality means here.?

In my understanding hbase_column type attribute should be of set
type.. which is not what is here..

{
    "name": "hbase_column_family_columns",
    "typeVersion": "1.0",
    "relationshipCategory": "COMPOSITION",
    "endDef1": {
        "type": "hbase_column_family",
        "name": "columns",
        "isContainer": true,
        "cardinality": "SET",
        "isLegacyAttribute": true
    },
    "endDef2": {
        "type": "hbase_column",
        "name": "column_family",
        "isContainer": false,
        "cardinality": "SINGLE",
        "isLegacyAttribute": true
    },
    "propagateTags": "NONE"
}



-- 
Thanks & Regards,
Anshu Shukla