You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sharmadha Sainath (JIRA)" <ji...@apache.org> on 2019/03/11 15:16:00 UTC

[jira] [Created] (ATLAS-3068) Regression : Removal of ownedRef/inverseRef constraints in hive types causes related entities missing from the response's "attributes"

Sharmadha Sainath created ATLAS-3068:
----------------------------------------

             Summary: Regression : Removal of ownedRef/inverseRef constraints in hive types causes related entities missing from the response's "attributes"
                 Key: ATLAS-3068
                 URL: https://issues.apache.org/jira/browse/ATLAS-3068
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 1.2.0, 2.0.0
            Reporter: Sharmadha Sainath
             Fix For: 1.2.0, 2.0.0


In GET entity response of hive_table , "attributes" doesn't have table, column attributes anymore due to recent change [ATLAS-3067|https://issues.apache.org/jira/browse/ATLAS-3067].

Example :
{code}
attributes: {
owner: "admin",
temporary: false,
lastAccessTime: 769588200,
aliases: null,
replicatedTo: null,
replicatedFrom: null,
qualifiedName: "default.hive_table_nogsc_9@cl1",
description: null,
viewExpandedText: null,
tableType: "MANAGED_TABLE",
createTime: 1552306685000,
name: "hive_table_nogsc_9",
comment: null,
parameters: {
totalSize: "0",
numRows: "0",
rawDataSize: "0",
transactional_properties: "default",
COLUMN_STATS_ACCURATE: "{"BASIC_STATS":"true","COLUMN_STATS":{"id":"true","name":"true"}}",
numFiles: "0",
transient_lastDdlTime: "1552306685",
bucketing_version: "2",
transactional: "true"
},
retention: 1,
viewOriginalText: null
},
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)