Hi,

I am  trying to create a relationship type for the already defined entities

in new model file. But I am getting following warnings in the
application.log file.

*WARNING:*

2018-08-29 12:11:14,231 WARN  - [main:] ~ No RelationshipDef defined
between measurement and task

on attribute: genoma_measurement.task_name (AtlasEntityType:145)

*Model:*

{
    "name": "measurement2task",
    "typeVersion": "1.0",
    "relationshipCategory": "ASSOCIATION",
    "endDef1": {
        "type": "measurement",
        "name": "parameter",
        "isContainer": false,
        "cardinality": "SET"
    },
    "endDef2": {
        "type": "task",
        "name": "source",
        "isContainer": false,
        "cardinality": "SINGLE",
        "isLegacyAttribute": true
    },
    "propagateTags": "NONE"
},



-- 
Thanks & Regards,
Anshu Shukla

Reply via email to