[jira] [Updated] (ATLAS-4831) Issue is with AD Group Sync in Atlas

2024-03-11 Thread Jagadesh Kiran N (Jira)


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

Jagadesh Kiran N updated ATLAS-4831:

Description: 
Atlas + Ranger + Active Directory / LDAP Integration:

Issue is with AD Group Sync in Atlas.

When a user is added to the AD group. Permissions are set to AD groups.

In this case ideally, Atlas should allow the User (Because user is added to the 
AD Group) to interact with Atlas perform Read & Write operations. 

But the User is not able to perform the Read & Write operations and getting 
Unauthorized User Exception with 401 error code.

 

I searched this ticket https://issues.apache.org/jira/browse/ATLAS-4357 

 

Any alternate or work around approach for this if not direct solution 

  was:
Atlas + Ranger + Active Directory / LDAP Integration:

Issue is with AD Group Sync in Atlas.

When a user is added to the AD group. Permissions are set to AD groups.

In this case ideally, Atlas should allow the User (Because user is added to the 
AD Group) to interact with Atlas perform Read & Write operations. 

But the User is not able to perform the Read & Write operations and getting 
Unauthorized User Exception with 401 error code.


> Issue is with AD Group Sync in Atlas
> 
>
> Key: ATLAS-4831
> URL: https://issues.apache.org/jira/browse/ATLAS-4831
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jagadesh Kiran N
>Priority: Blocker
>
> Atlas + Ranger + Active Directory / LDAP Integration:
> Issue is with AD Group Sync in Atlas.
> When a user is added to the AD group. Permissions are set to AD groups.
> In this case ideally, Atlas should allow the User (Because user is added to 
> the AD Group) to interact with Atlas perform Read & Write operations. 
> But the User is not able to perform the Read & Write operations and getting 
> Unauthorized User Exception with 401 error code.
>  
> I searched this ticket https://issues.apache.org/jira/browse/ATLAS-4357 
>  
> Any alternate or work around approach for this if not direct solution 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Issue is with AD Group Sync in Atlas. --> 401 error code

2024-03-11 Thread Jagadesh Kiran
HI,
   Atlas + Ranger + Active Directory / LDAP Integration:

Issue is with AD Group Sync in Atlas.

When a user is added to the AD group. Permissions are set to AD groups.

In this case ideally, Atlas should allow the User (Because user is added to
the AD Group) to interact with Atlas perform Read & Write operations.

But the User is not able to perform the Read & Write operations and getting
Unauthorized User Exception with 401 error code.

Pls suggest how to go about the same  :
https://issues.apache.org/jira/browse/ATLAS-4831



Regards,
Kiran


[jira] [Created] (ATLAS-4831) Issue is with AD Group Sync in Atlas

2024-03-11 Thread Jagadesh Kiran N (Jira)
Jagadesh Kiran N created ATLAS-4831:
---

 Summary: Issue is with AD Group Sync in Atlas
 Key: ATLAS-4831
 URL: https://issues.apache.org/jira/browse/ATLAS-4831
 Project: Atlas
  Issue Type: Bug
Reporter: Jagadesh Kiran N


Atlas + Ranger + Active Directory / LDAP Integration:

Issue is with AD Group Sync in Atlas.

When a user is added to the AD group. Permissions are set to AD groups.

In this case ideally, Atlas should allow the User (Because user is added to the 
AD Group) to interact with Atlas perform Read & Write operations. 

But the User is not able to perform the Read & Write operations and getting 
Unauthorized User Exception with 401 error code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4802) Atlas 'updateTime' parameter is not updated when business metadata, labels is edited.

2024-03-11 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4802:


Commit 89c3117fc865440e8718e105f89ecd26078ab8a4 in atlas's branch 
refs/heads/branch-2.0 from chaitali borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=89c3117fc ]

ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business 
metadata, labels is edited.

Signed-off-by: Pinal Shah 


> Atlas 'updateTime' parameter is not updated when business metadata, labels is 
> edited.
> -
>
> Key: ATLAS-4802
> URL: https://issues.apache.org/jira/browse/ATLAS-4802
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> When updating the business metadata on an atlas entity, the 'updateTime' 
> system attribute is not changed.
> Updates to other aspects, such as technical properties and user defined 
> attributes does update the timestamp, but not the business metadata.
> This appears to be a issue with the core Atlas product.
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"labels":[]}}
> 
> After adding business metadata "text : value1" to the entity txn_list 
> (hive_column),
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"businessAttributes":{"demo":{"text":"value1"}},"labels":[]}}
> 
> As seen "updateTime":1697203083822 still remains the same.
> However, if we add an user-defined property "age : 20",
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> 

[jira] [Commented] (ATLAS-4802) Atlas 'updateTime' parameter is not updated when business metadata, labels is edited.

2024-03-11 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4802:


Commit 88869d3c9c079fbe2118f5efd53a6a40c862f3e0 in atlas's branch 
refs/heads/master from chaitali borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=88869d3c9 ]

ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business 
metadata, labels is edited.

Signed-off-by: Pinal Shah 


> Atlas 'updateTime' parameter is not updated when business metadata, labels is 
> edited.
> -
>
> Key: ATLAS-4802
> URL: https://issues.apache.org/jira/browse/ATLAS-4802
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> When updating the business metadata on an atlas entity, the 'updateTime' 
> system attribute is not changed.
> Updates to other aspects, such as technical properties and user defined 
> attributes does update the timestamp, but not the business metadata.
> This appears to be a issue with the core Atlas product.
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"labels":[]}}
> 
> After adding business metadata "text : value1" to the entity txn_list 
> (hive_column),
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"businessAttributes":{"demo":{"text":"value1"}},"labels":[]}}
> 
> As seen "updateTime":1697203083822 still remains the same.
> However, if we add an user-defined property "age : 20",
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> 

[jira] [Commented] (ATLAS-4822) Relationship Search feature should be configurable

2024-03-11 Thread Brijesh Bhalala (Jira)


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

Brijesh Bhalala commented on ATLAS-4822:


Hi [~VinayakMarraiya], 
Uploaded the updated UI patch with handled review comments,
Please update the RR with it.

CC :-[~prasadpp13], [~sheetal.shah]  please verify it.

> Relationship Search feature should be configurable
> --
>
> Key: ATLAS-4822
> URL: https://issues.apache.org/jira/browse/ATLAS-4822
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 3.0.0, 2.3.0
>Reporter: VINAYAK MARRAIYA
>Assignee: VINAYAK MARRAIYA
>Priority: Major
> Attachments: 
> 0001-ATLAS-4822-ATLAS-UI-Relationship-Search-feature-shou.patch, 
> 0002-ATLAS-4822-ATLAS-UI-Relationship-Search-feature-shou.patch
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4822) Relationship Search feature should be configurable

2024-03-11 Thread Brijesh Bhalala (Jira)


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

Brijesh Bhalala updated ATLAS-4822:
---
Attachment: 0002-ATLAS-4822-ATLAS-UI-Relationship-Search-feature-shou.patch

> Relationship Search feature should be configurable
> --
>
> Key: ATLAS-4822
> URL: https://issues.apache.org/jira/browse/ATLAS-4822
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 3.0.0, 2.3.0
>Reporter: VINAYAK MARRAIYA
>Assignee: VINAYAK MARRAIYA
>Priority: Major
> Attachments: 
> 0001-ATLAS-4822-ATLAS-UI-Relationship-Search-feature-shou.patch, 
> 0002-ATLAS-4822-ATLAS-UI-Relationship-Search-feature-shou.patch
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74691: ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business metadata, labels is edited.

2024-03-11 Thread chaitali

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74691/
---

(Updated March 11, 2024, 8:36 a.m.)


Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
Sheetal Shah.


Summary (updated)
-

ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business 
metadata, labels is edited.


Bugs: ATLAS-4802
https://issues.apache.org/jira/browse/ATLAS-4802


Repository: atlas


Description
---

When updating the business metadata and Labels on an atlas entity, the 
'updateTime' system attribute is not changed.

Updates to other aspects, such as technical properties and user defined 
attributes does update the timestamp, but not the business metadata and labels.


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 


Diff: https://reviews.apache.org/r/74691/diff/2/


Testing
---

update time Without patch
before business metadata update

"createTime": 1703221384530,
"updateTime": 1703221386989,

after business metadata update

"createTime": 1703221384530,
"updateTime": 1703221386989,


after applying PATCH

before business metadata update
"createTime": 1704190056433,
"updateTime": 1704190059208,

after business metadata update
"createTime": 1704190056433,
"updateTime": 1704190523323,

Entire json for GET api on entity before applying patch :

http://localhost:21000/api/atlas/v2/entity/guid/dc1baa88-3a07-4577-9b6b-48982253aa3d

{
"referredEntities": {
"a1a27e35-aa0d-472d-8b94-2405d8001a84": {
"typeName": "Column",
"attributes": {
"qualifiedName": "Sales.customer_dim.address@cl1",
"name": "address",
"comment": "customer address"
},
"guid": "a1a27e35-aa0d-472d-8b94-2405d8001a84",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1704190056433,
"updateTime": 1704190056433,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "a1a27e35-aa0d-472d-8b94-2405d8001a84",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"834ba687-c8f1-4a48-a6a0-ef3ddeadf7ee": {
"typeName": "Column",
"attributes": {
"qualifiedName": "Sales.customer_dim.name@cl1",
"name": "name",
"comment": "customer name"
},
"guid": "834ba687-c8f1-4a48-a6a0-ef3ddeadf7ee",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1704190056433,
"updateTime": 1704190056433,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "834ba687-c8f1-4a48-a6a0-ef3ddeadf7ee",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"f8ded729-7bad-48dd-9969-c5b36a8d5b9c": {
"typeName": "Column",
"attributes": {
"qualifiedName": "Sales.customer_dim.customer_id@cl1",
"name": "customer_id",
"comment": "customer id"
},
"guid": "f8ded729-7bad-48dd-9969-c5b36a8d5b9c",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1704190056433,
"updateTime": 1704190056433,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "f8ded729-7bad-48dd-9969-c5b36a8d5b9c",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"06f3f56c-8ed7-4930-93b3-8a4b6f81c505": {
"typeName": "StorageDesc",
"attributes": {
"qualifiedName": "sd:hdfs://host:8000/apps/warehouse/sales@cl1",
"name": "sd:hdfs://host:8000/apps/warehouse/sales"
},
"guid": "06f3f56c-8ed7-4930-93b3-8a4b6f81c505",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": 

[jira] [Updated] (ATLAS-4802) Atlas 'updateTime' parameter is not updated when business metadata, labels is edited.

2024-03-11 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4802:
---
Summary: Atlas 'updateTime' parameter is not updated when business 
metadata, labels is edited.  (was: Atlas 'updateTime' parameter is not updated 
when business metadata is edited.)

> Atlas 'updateTime' parameter is not updated when business metadata, labels is 
> edited.
> -
>
> Key: ATLAS-4802
> URL: https://issues.apache.org/jira/browse/ATLAS-4802
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> When updating the business metadata on an atlas entity, the 'updateTime' 
> system attribute is not changed.
> Updates to other aspects, such as technical properties and user defined 
> attributes does update the timestamp, but not the business metadata.
> This appears to be a issue with the core Atlas product.
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"labels":[]}}
> 
> After adding business metadata "text : value1" to the entity txn_list 
> (hive_column),
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"businessAttributes":{"demo":{"text":"value1"}},"labels":[]}}
> 
> As seen "updateTime":1697203083822 still remains the same.
> However, if we add an user-defined property "age : 20",
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
>