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

2020-10-07 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210012#comment-17210012
 ] 

ASF subversion and git services commented on ATLAS-3965:


Commit 6cc3cf6b434e719b79434a01ea6eedaf3a3c0afd in atlas's branch 
refs/heads/branch-2.0 from Deep Singh
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=6cc3cf6 ]

ATLAS-3965: Relationships with null values are missing in entity 
relationshipAttributes

Signed-off-by: Ashutosh Mestry 


> 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
> Attachments: 
> 0002-ATLAS-3965-Relationships-with-null-values-are-missin.patch
>
>
> 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" . 



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


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

2020-10-02 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206306#comment-17206306
 ] 

ASF subversion and git services commented on ATLAS-3965:


Commit 877e2b1729f3628d844c32769c30a3c948d567a6 in atlas's branch 
refs/heads/master from Deep Singh
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=877e2b1 ]

ATLAS-3965: Relationships with null values are missing in entity 
relationshipAttributes

Signed-off-by: Ashutosh Mestry 


> 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
> Attachments: 
> 0002-ATLAS-3965-Relationships-with-null-values-are-missin.patch
>
>
> 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" . 



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


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

2020-09-30 Thread Deep Singh (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205086#comment-17205086
 ] 

Deep Singh commented on ATLAS-3965:
---

Patch Attached
PreCpmmit Build Test passed
[https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/44//]

> 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
> Attachments: 
> 0002-ATLAS-3965-Relationships-with-null-values-are-missin.patch
>
>
> 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" . 



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