<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to perfrom update (REST API - PUT) operation of apache atlas entity in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392265#M248053</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/67192"&gt;@mayank_gupta&lt;/a&gt;&amp;nbsp;- thanks&lt;/P&gt;&lt;P&gt;attaching my json file and CURL command i tried below.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl --negotiate -u : -X PUT -H "Content-Type: application/json" &lt;A href="https://URL/api/atlas/v2/entity/guid/7g5678h9-4003-407a-ac00-791c7c53e6d5" target="_blank"&gt;https://URL/api/atlas/v2/entity/guid/7g5678h9-4003-407a-ac00-791c7c53e6d5&lt;/A&gt;&amp;nbsp; -d @test_oracle_tbl.json&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error I am getting -&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;{"errorCode":"ATLAS-400-00-023","errorMessage":"Attribute null not found for type oracle_table_test"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my json :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"referredEntities": {&lt;BR /&gt;"a4ff269b-566f-40f6-b7a3-8e0678c100fa": {&lt;BR /&gt;"typeName": "oracle_column",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"owner": null,&lt;BR /&gt;"replicatedTo": null,&lt;BR /&gt;"userDescription": null,&lt;BR /&gt;"replicatedFrom": null,&lt;BR /&gt;"qualifiedName": "sales@oracle_column_fc_opo_test",&lt;BR /&gt;"displayName": null,&lt;BR /&gt;"dataType": "double",&lt;BR /&gt;"name": "sales",&lt;BR /&gt;"description": null,&lt;BR /&gt;"comment": "Sales",&lt;BR /&gt;"position": 0,&lt;BR /&gt;"table": {&lt;BR /&gt;"guid": "7g5678h9-4003-407a-ac00-791c7c53e6d5",&lt;BR /&gt;"typeName": "oracle_table_test"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"guid": "a4ff269b-566f-40f6-b7a3-8e0678c100fa",&lt;BR /&gt;"isIncomplete": false,&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"createdBy": "ownerTest",&lt;BR /&gt;"updatedBy": "ownerTest",&lt;BR /&gt;"createTime": 1722463451536,&lt;BR /&gt;"updateTime": 1722463451536,&lt;BR /&gt;"version": 0,&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"inputToProcesses": [],&lt;BR /&gt;"pipeline": null,&lt;BR /&gt;"schema": [],&lt;BR /&gt;"model": null,&lt;BR /&gt;"meanings": [],&lt;BR /&gt;"table": {&lt;BR /&gt;"guid": "7g5678h9-4003-407a-ac00-791c7c53e6d5",&lt;BR /&gt;"typeName": "oracle_table_test",&lt;BR /&gt;"entityStatus": "ACTIVE",&lt;BR /&gt;"displayText": "fc_opo_test",&lt;BR /&gt;"relationshipType": "oracle_table_test_columns",&lt;BR /&gt;"relationshipGuid": "4581a28b-73fb-4743-9069-649ff1812a80",&lt;BR /&gt;"relationshipStatus": "ACTIVE",&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"typeName": "oracle_table_test_columns"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"outputFromProcesses": []&lt;BR /&gt;},&lt;BR /&gt;"labels": []&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"entity": {&lt;BR /&gt;"typeName": "oracle_table_test",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"owner": "ownerTest",&lt;BR /&gt;"temporary": false,&lt;BR /&gt;"lastAccessTime": 0,&lt;BR /&gt;"aliases": null,&lt;BR /&gt;"replicatedTo": null,&lt;BR /&gt;"userDescription": null,&lt;BR /&gt;"replicatedFrom": null,&lt;BR /&gt;"qualifiedName": "fc_opo_test@oracle_table_test",&lt;BR /&gt;"displayName": null,&lt;BR /&gt;"columns": [&lt;BR /&gt;{&lt;BR /&gt;"guid": "a4ff269b-566f-40f6-b7a3-8e0678c100fa",&lt;BR /&gt;"typeName": "oracle_column"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "fc_opo_test oracle Table Test",&lt;BR /&gt;"viewExpandedText": null,&lt;BR /&gt;"tableType": null,&lt;BR /&gt;"rewriteEnable": null,&lt;BR /&gt;"createTime": 0,&lt;BR /&gt;"name": "fc_opo_test",&lt;BR /&gt;"comment": null,&lt;BR /&gt;"parameters": null,&lt;BR /&gt;"retention": 0,&lt;BR /&gt;"viewOriginalText": null,&lt;BR /&gt;"db": null&lt;BR /&gt;},&lt;BR /&gt;"guid": "7g5678h9-4003-407a-ac00-791c7c53e6d5",&lt;BR /&gt;"isIncomplete": false,&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"createdBy": "ownerTest",&lt;BR /&gt;"updatedBy": "ownerTest",&lt;BR /&gt;"createTime": 1722463451536,&lt;BR /&gt;"updateTime": 1722463451536,&lt;BR /&gt;"version": 0,&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"inputToProcesses": [],&lt;BR /&gt;"pipeline": null,&lt;BR /&gt;"schema": [],&lt;BR /&gt;"columns": [&lt;BR /&gt;{&lt;BR /&gt;"guid": "a4ff269b-566f-40f6-b7a3-8e0678c100fa",&lt;BR /&gt;"typeName": "oracle_column",&lt;BR /&gt;"entityStatus": "ACTIVE",&lt;BR /&gt;"displayText": "sales",&lt;BR /&gt;"relationshipType": "oracle_table_test_columns",&lt;BR /&gt;"relationshipGuid": "b63f4847-14ef-4e70-a384-8fa40e422b39",&lt;BR /&gt;"relationshipStatus": "ACTIVE",&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"typeName": "oracle_table_test_columns"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"model": null,&lt;BR /&gt;"meanings": [],&lt;BR /&gt;"db": null,&lt;BR /&gt;"outputFromProcesses": []&lt;BR /&gt;},&lt;BR /&gt;"labels": []&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 19:12:07 GMT</pubDate>
    <dc:creator>bigdatacm</dc:creator>
    <dc:date>2024-08-21T19:12:07Z</dc:date>
    <item>
      <title>How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391394#M247601</link>
      <description>&lt;P&gt;IHi All,&lt;/P&gt;&lt;P&gt;I am getting one issue while updating my existing entity using PUT calls.&lt;/P&gt;&lt;P&gt;I have downloaded json by using GET and i just trying to update my entity (i have tried updating description also tried not updating anything and PUT as it is ) using PUT operation and its failing with same reason&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"errorCode":"ATLAS-400-00-023","errorMessage":"Attribute null not found for type hive_table"&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;could you please advise how did you update the entity using PUT command ?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;curl --negotiate -u : -X PUT&amp;nbsp;&amp;nbsp; -H "Content-Type: application/json"&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://myurl:portNumber/api/atlas/v2/entity/guid/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://myURL:portNumber/api/atlas/v2/entity/guid/&lt;/A&gt;&amp;lt;myGuid&amp;gt;-d @downloaded_entity.json&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i have referred this post , however its not showing how to perform&amp;nbsp;PUT operation.&amp;nbsp; &amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297902" target="_blank" rel="noopener"&gt;Solved: Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI - Cloudera Community - 297845&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;so my question is - Does atals REST PAI allows updating entity ?&amp;nbsp; my usecase is i want to update an hive table entity. I have hive table hive column relationship&amp;nbsp;in&amp;nbsp;&lt;/EM&gt;&lt;I&gt;place. now i want to update my hive-table entity by adding hive columns under attributes: { columns [...]}&amp;nbsp;&amp;nbsp;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 13:26:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391394#M247601</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-06T13:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391422#M247613</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114321"&gt;@bigdatacm&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our Atlas experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/38161"&gt;@cravani&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/63344"&gt;@pvishnu&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 16:31:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391422#M247613</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-08-06T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391438#M247624</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/93628"&gt;@DianaTorres&lt;/a&gt;&amp;nbsp;. I will wait for their response&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 08:04:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391438#M247624</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-07T08:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391806#M247783</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/38161" target="_blank"&gt;@cravani&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/63344" target="_blank"&gt;@pvishnu&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; - could you please advise here ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 16:09:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391806#M247783</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-16T16:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391808#M247785</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35149"&gt;@Scharan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/67192"&gt;@mayank_gupta&lt;/a&gt;&amp;nbsp;Hi! Do you have any insights here? Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 19:45:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391808#M247785</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-08-16T19:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391813#M247790</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; yes Atlas API allows updating the entity&amp;nbsp;&lt;A href="https://atlas.apache.org/api/v2/resource_EntityREST.html" target="_blank"&gt;https://atlas.apache.org/api/v2/resource_EntityREST.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Further as per the error shared, looks like some missing attributes in the updated JSON that you are trying to push, verify it once or if possible attach it here for a quick review.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 20:38:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391813#M247790</guid>
      <dc:creator>mayank_gupta</dc:creator>
      <dc:date>2024-08-16T20:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391821#M247795</link>
      <description>&lt;P&gt;I'm facing an issue while performing a PUT operation to update an Apache Atlas entity. I'm getting the error: "errorCode":"ATLAS-400-00-023","errorMessage":"Attribute null not found for type hive_table", despite trying different update approaches. Could someone advise on how to correctly update an entity using the PUT command, or confirm if Atlas REST API supports entity updates?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 10:26:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/391821#M247795</guid>
      <dc:creator>jhoney12</dc:creator>
      <dc:date>2024-08-17T10:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392053#M247944</link>
      <description>&lt;P&gt;I just downloaded same entity json and just added 'dummy description' under description of entity and tried with same PUT command and I got same error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 10:10:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392053#M247944</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-20T10:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392057#M247947</link>
      <description>&lt;P&gt;I just downloaded same entity json and just added 'dummy description' under description of entity and tried with same PUT command and I got same error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:25:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392057#M247947</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-20T13:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392265#M248053</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/67192"&gt;@mayank_gupta&lt;/a&gt;&amp;nbsp;- thanks&lt;/P&gt;&lt;P&gt;attaching my json file and CURL command i tried below.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl --negotiate -u : -X PUT -H "Content-Type: application/json" &lt;A href="https://URL/api/atlas/v2/entity/guid/7g5678h9-4003-407a-ac00-791c7c53e6d5" target="_blank"&gt;https://URL/api/atlas/v2/entity/guid/7g5678h9-4003-407a-ac00-791c7c53e6d5&lt;/A&gt;&amp;nbsp; -d @test_oracle_tbl.json&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error I am getting -&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;{"errorCode":"ATLAS-400-00-023","errorMessage":"Attribute null not found for type oracle_table_test"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my json :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"referredEntities": {&lt;BR /&gt;"a4ff269b-566f-40f6-b7a3-8e0678c100fa": {&lt;BR /&gt;"typeName": "oracle_column",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"owner": null,&lt;BR /&gt;"replicatedTo": null,&lt;BR /&gt;"userDescription": null,&lt;BR /&gt;"replicatedFrom": null,&lt;BR /&gt;"qualifiedName": "sales@oracle_column_fc_opo_test",&lt;BR /&gt;"displayName": null,&lt;BR /&gt;"dataType": "double",&lt;BR /&gt;"name": "sales",&lt;BR /&gt;"description": null,&lt;BR /&gt;"comment": "Sales",&lt;BR /&gt;"position": 0,&lt;BR /&gt;"table": {&lt;BR /&gt;"guid": "7g5678h9-4003-407a-ac00-791c7c53e6d5",&lt;BR /&gt;"typeName": "oracle_table_test"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"guid": "a4ff269b-566f-40f6-b7a3-8e0678c100fa",&lt;BR /&gt;"isIncomplete": false,&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"createdBy": "ownerTest",&lt;BR /&gt;"updatedBy": "ownerTest",&lt;BR /&gt;"createTime": 1722463451536,&lt;BR /&gt;"updateTime": 1722463451536,&lt;BR /&gt;"version": 0,&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"inputToProcesses": [],&lt;BR /&gt;"pipeline": null,&lt;BR /&gt;"schema": [],&lt;BR /&gt;"model": null,&lt;BR /&gt;"meanings": [],&lt;BR /&gt;"table": {&lt;BR /&gt;"guid": "7g5678h9-4003-407a-ac00-791c7c53e6d5",&lt;BR /&gt;"typeName": "oracle_table_test",&lt;BR /&gt;"entityStatus": "ACTIVE",&lt;BR /&gt;"displayText": "fc_opo_test",&lt;BR /&gt;"relationshipType": "oracle_table_test_columns",&lt;BR /&gt;"relationshipGuid": "4581a28b-73fb-4743-9069-649ff1812a80",&lt;BR /&gt;"relationshipStatus": "ACTIVE",&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"typeName": "oracle_table_test_columns"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"outputFromProcesses": []&lt;BR /&gt;},&lt;BR /&gt;"labels": []&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"entity": {&lt;BR /&gt;"typeName": "oracle_table_test",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"owner": "ownerTest",&lt;BR /&gt;"temporary": false,&lt;BR /&gt;"lastAccessTime": 0,&lt;BR /&gt;"aliases": null,&lt;BR /&gt;"replicatedTo": null,&lt;BR /&gt;"userDescription": null,&lt;BR /&gt;"replicatedFrom": null,&lt;BR /&gt;"qualifiedName": "fc_opo_test@oracle_table_test",&lt;BR /&gt;"displayName": null,&lt;BR /&gt;"columns": [&lt;BR /&gt;{&lt;BR /&gt;"guid": "a4ff269b-566f-40f6-b7a3-8e0678c100fa",&lt;BR /&gt;"typeName": "oracle_column"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "fc_opo_test oracle Table Test",&lt;BR /&gt;"viewExpandedText": null,&lt;BR /&gt;"tableType": null,&lt;BR /&gt;"rewriteEnable": null,&lt;BR /&gt;"createTime": 0,&lt;BR /&gt;"name": "fc_opo_test",&lt;BR /&gt;"comment": null,&lt;BR /&gt;"parameters": null,&lt;BR /&gt;"retention": 0,&lt;BR /&gt;"viewOriginalText": null,&lt;BR /&gt;"db": null&lt;BR /&gt;},&lt;BR /&gt;"guid": "7g5678h9-4003-407a-ac00-791c7c53e6d5",&lt;BR /&gt;"isIncomplete": false,&lt;BR /&gt;"status": "ACTIVE",&lt;BR /&gt;"createdBy": "ownerTest",&lt;BR /&gt;"updatedBy": "ownerTest",&lt;BR /&gt;"createTime": 1722463451536,&lt;BR /&gt;"updateTime": 1722463451536,&lt;BR /&gt;"version": 0,&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"inputToProcesses": [],&lt;BR /&gt;"pipeline": null,&lt;BR /&gt;"schema": [],&lt;BR /&gt;"columns": [&lt;BR /&gt;{&lt;BR /&gt;"guid": "a4ff269b-566f-40f6-b7a3-8e0678c100fa",&lt;BR /&gt;"typeName": "oracle_column",&lt;BR /&gt;"entityStatus": "ACTIVE",&lt;BR /&gt;"displayText": "sales",&lt;BR /&gt;"relationshipType": "oracle_table_test_columns",&lt;BR /&gt;"relationshipGuid": "b63f4847-14ef-4e70-a384-8fa40e422b39",&lt;BR /&gt;"relationshipStatus": "ACTIVE",&lt;BR /&gt;"relationshipAttributes": {&lt;BR /&gt;"typeName": "oracle_table_test_columns"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"model": null,&lt;BR /&gt;"meanings": [],&lt;BR /&gt;"db": null,&lt;BR /&gt;"outputFromProcesses": []&lt;BR /&gt;},&lt;BR /&gt;"labels": []&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 19:12:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392265#M248053</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-21T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392272#M248059</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111551"&gt;@jhoney12&lt;/a&gt;&amp;nbsp; yes Atlas Rest API supports , but you need to download the JSON for the entity first.&lt;BR /&gt;&lt;BR /&gt;i.e&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl " https://URL/api/atlas/v2/entity/guid/7g5678h9-4003-407a-ac00-791c7c53e6d5" \
        -i -X GET --negotiate \
        -H 'Content-Type: application/json' \
        -H 'Accept: application/json' \
        -u username:password &amp;gt;&amp;gt; test_oracle_tbl.json -k&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;and then modify the test_oracle_tbl.json and make a partial update to the entity&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl "https://hostname:port/api/atlas/v2/entity/uniqueAttribute/type/datsetname?attr:qualifiedName=name"
-i -X GET --negotiate \
        -H 'Content-Type: application/json' \
        -H 'Accept: application/json' \
        -u username:password -d@test_oracle_tbl.json -k&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:38:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392272#M248059</guid>
      <dc:creator>vats</dc:creator>
      <dc:date>2024-08-21T20:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392273#M248060</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111551"&gt;@jhoney12&lt;/a&gt;&amp;nbsp;&lt;A href="https://atlas.apache.org/api/v2/resource_EntityREST.html#resource_EntityREST_partialUpdateEntityAttrByGuid_PUT" target="_blank"&gt;https://atlas.apache.org/api/v2/resource_EntityREST.html#resource_EntityREST_partialUpdateEntityAttrByGuid_PUT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note-&lt;SPAN&gt;Entity Partial Update - Add/Update entity attribute identified by its GUID. Supports only uprimitive attribute type and entity references. does not support updation of complex types like arrays, maps Null updates are not possible&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:40:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392273#M248060</guid>
      <dc:creator>vats</dc:creator>
      <dc:date>2024-08-21T20:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392320#M248079</link>
      <description>&lt;P&gt;Documentation saying syntax as follows.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PUT /v2/entity/guid/{guid} &lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:58:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392320#M248079</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-22T07:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392363#M248098</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114321"&gt;@bigdatacm&lt;/a&gt;&amp;nbsp;Can you try this I hope it will work&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;PRE&gt;curl " https://URL/api/atlas/v2/entity/guid/7g5678h9-4003-407a-ac00-791c7c53e6d5" \
        -i -X GET --negotiate \
        -H 'Content-Type: application/json' \
        -H 'Accept: application/json' \
        -u username:password &amp;gt;&amp;gt; test_oracle_tbl.json -k&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;and then modify the test_oracle_tbl.json and make a partial update to the entity&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;curl "https://hostname:port/api/atlas/v2/entity/uniqueAttribute/type/datsetname?attr:qualifiedName=name"
-i -X GET --negotiate \
        -H 'Content-Type: application/json' \
        -H 'Accept: application/json' \
        -u username:password -d@test_oracle_tbl.json -k&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Aug 2024 12:31:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392363#M248098</guid>
      <dc:creator>vats</dc:creator>
      <dc:date>2024-08-22T12:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to perfrom update (REST API - PUT) operation of apache atlas entity</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392561#M248171</link>
      <description>&lt;P&gt;yes, it works with PUT command in place not get command.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 09:15:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-perfrom-update-REST-API-PUT-operation-of-apache-atlas/m-p/392561#M248171</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-26T09:15:44Z</dc:date>
    </item>
  </channel>
</rss>

