You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Deep Singh (Jira)" <ji...@apache.org> on 2020/09/30 21:07:00 UTC

[jira] [Updated] (ATLAS-3965) Relationships with null values are missing in entity relationshipAttributes

     [ https://issues.apache.org/jira/browse/ATLAS-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deep Singh updated ATLAS-3965:
------------------------------
    Description: 
kafka_topic typedef has relationship attributes:

{code:java}inputToProcesses
 pipeline
 schema
 model
 avroSchema
 meanings
 outputFromProcesses\{code}
  

When a kafka topic entity is created using import-kafka.sh script, the entity doesn't have all relationship attributes :

 

{code:java}"relationshipAttributes":

{ "inputToProcesses": [ ], "schema": [ ], "avroSchema": [ ], "meanings": [ ], "outputFromProcesses": [ ]}

, \{code}
  

The missing ones are "pipeline" and "model" . 

Among the null valued relationship Attributes , "pipeline" and "model" are of cardinality "SINGLE"

  was:
kafka_topic typedef has relationship attributes:
{code:java}
inputToProcesses
pipeline
schema
model
avroSchema
meanings
outputFromProcesses\{code}
 

When a kafka topic entity is created using import-kafka.sh script, the entity doesn't have all relationship attributes :
{code:java}

"relationshipAttributes": {
"inputToProcesses": [ ],
"schema": [ ],
"avroSchema": [ ],
"meanings": [ ],
"outputFromProcesses": [ ]}, \{code}
 

The missing ones are "pipeline" and "model" . 

Among the null valued relationship Attributes , "pipeline" and "model" are of cardinality "SINGLE"


> Relationships with null values are missing in entity relationshipAttributes
> ---------------------------------------------------------------------------
>
>                 Key: ATLAS-3965
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3965
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>            Reporter: Deep Singh
>            Assignee: Deep Singh
>            Priority: Major
>
> kafka_topic typedef has relationship attributes:
> {code:java}inputToProcesses
>  pipeline
>  schema
>  model
>  avroSchema
>  meanings
>  outputFromProcesses\{code}
>   
> When a kafka topic entity is created using import-kafka.sh script, the entity doesn't have all relationship attributes :
>  
> {code:java}"relationshipAttributes":
> { "inputToProcesses": [ ], "schema": [ ], "avroSchema": [ ], "meanings": [ ], "outputFromProcesses": [ ]}
> , \{code}
>   
> The missing ones are "pipeline" and "model" . 
> Among the null valued relationship Attributes , "pipeline" and "model" are of cardinality "SINGLE"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)