<?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: PARTIAL UPDATE APACHE ATLAS ENTITY GUI in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391358#M247582</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/78930"&gt;@rsanchor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hope you doing great. I have similar issue. I have downloaded json and i just trying to update my entity using PUT operation and its failing with same reason&amp;nbsp; -&amp;nbsp;&amp;nbsp;&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;A href="https://myURL:portNumber/api/atlas/v2/entity/guid/" target="_blank"&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;</description>
    <pubDate>Mon, 05 Aug 2024 11:44:44 GMT</pubDate>
    <dc:creator>bigdatacm</dc:creator>
    <dc:date>2024-08-05T11:44:44Z</dc:date>
    <item>
      <title>PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297845#M218871</link>
      <description>&lt;P&gt;After get the entity gui, I sent the request for the partial Update, but i get this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl "http://xxxxxxxxxx:21000/api/atlas/v2/entity/guid/5a71e80b-c610-4a0f-bb30-f196225114d6" \
-i -X PUT --negotiate \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-u username:password -d @entidad.json&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;{"errorCode":"ATLAS-400-00-023","errorMessage":"Attribute null not found for type LBK_Dataset"}[&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please any suggestion??&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:15:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297845#M218871</guid>
      <dc:creator>rsanchor</dc:creator>
      <dc:date>2020-06-11T13:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297848#M218874</link>
      <description>&lt;P&gt;the json contain all the same information but with the comment modified&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "entity": {
    "typeName": "LBK_Dataset",
    "status": "ACTIVE",
    "version": 0,
    "guid": "-12",
    "attributes": {
      "name": "glb_recibos_h",
      "qualifiedName": "LBK_Dataset.temp.glb_recibos_h",
      "datasetRef": [
        {
          "typeName": "hive_table",
          "uniqueAttributes": {
            "qualifiedName": "temp.glb_recibos_h@HORTONDESA"
          }
        }
      ],
      "storage": [
        {
          "type": "LOGICAL",
          "dataset_ref": {
            "typeName": "hive_table",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h@HORTONDESA"
            }
          }
        }
      ],
      "createTime": "2020-03-13T13:10:01.1584101401Z",
      "comment": "Tabla que carga los recibos de los clientes MODIFICADO",
      "columns": [
        {
          "typeName": "LBK_Column",
          "guid": "-13"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-14"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-15"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-16"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-17"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-18"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-19"
        },
        {
          "typeName": "LBK_Column",
          "guid": "-20"
        }
      ],
      "description": "http://svyetlmm1p/wikidata/index.php/GOLD.CCE_CALIDAD_CONTACTOS_H_SF"
    }
  },
  "referredEntities": {
    "-13": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-13",
      "attributes": {
        "name": "glb_recibos_h.cod_entidad",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.cod_entidad",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.cod_entidad@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-14": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-14",
      "attributes": {
        "name": "glb_recibos_h.cod_contrato",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.cod_contrato",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.cod_contrato@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-15": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-15",
      "attributes": {
        "name": "glb_recibos_h.num_ordenante",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.num_ordenante",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.num_ordenante@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-16": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-16",
      "attributes": {
        "name": "glb_recibos_h.num_recibos_pagados",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.num_recibos_pagados",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.num_recibos_pagados@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-17": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-17",
      "attributes": {
        "name": "glb_recibos_h.num_recibos_devueltos",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.num_recibos_devueltos",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.num_recibos_devueltos@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-18": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-18",
      "attributes": {
        "name": "glb_recibos_h.imp_saldo_recibos_pag",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.imp_saldo_recibos_pag",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.imp_saldo_recibos_pag@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-19": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-19",
      "attributes": {
        "name": "glb_recibos_h.imp_saldo_recibos_dev",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.imp_saldo_recibos_dev",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.imp_saldo_recibos_dev@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    },
    "-20": {
      "status": "ACTIVE",
      "version": 0,
      "typeName": "LBK_Column",
      "guid": "-20",
      "attributes": {
        "name": "glb_recibos_h.fec_vigencia",
        "qualifiedName": "LBK_Column.temp.glb_recibos_h.fec_vigencia",
        "datasetRef": [
          {
            "typeName": "hive_column",
            "uniqueAttributes": {
              "qualifiedName": "temp.glb_recibos_h.fec_vigencia@HORTONDESA"
            }
          }
        ],
        "type": "string",
        "comment": "",
        "dataset": {
          "typeName": "LBK_Dataset",
          "guid": "-12"
        }
      }
    }
  }
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:27:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297848#M218874</guid>
      <dc:creator>rsanchor</dc:creator>
      <dc:date>2020-06-11T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297902#M218882</link>
      <description>&lt;P&gt;finally its works but first need to download the json for the entity&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl "http://xxxxx:21000/api/atlas/v2/entity/guid/ca029704-cb5c-4726-9ca7-a40e603e8f8e" \
        -i -X GET --negotiate \
        -H 'Content-Type: application/json' \
        -H 'Accept: application/json' \
        -u username:password &amp;gt;&amp;gt; fichero.json&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then modify the fichero.json and make a partial update to the entity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl "http://xxxxxx:21000/api/atlas/v2/entity/uniqueAttribute/type/LBK_Dataset?attr:qualifiedName=LBK_Dataset.database.tabla"
-i -X GET --negotiate \
        -H 'Content-Type: application/json' \
        -H 'Accept: application/json' \
        -u username:password -d@fichero.json&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 06:24:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297902#M218882</guid>
      <dc:creator>rsanchor</dc:creator>
      <dc:date>2020-06-12T06:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297917#M218887</link>
      <description>&lt;P&gt;I'm happy to see you resolved your issue. Please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark as solution button" style="width: 331px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/5960i4EC112CCAAC11427/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-08-06 at 1.54.47 PM.png" alt="Screen Shot 2019-08-06 at 1.54.47 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 21:29:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/297917#M218887</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2020-06-11T21:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391358#M247582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/78930"&gt;@rsanchor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hope you doing great. I have similar issue. I have downloaded json and i just trying to update my entity using PUT operation and its failing with same reason&amp;nbsp; -&amp;nbsp;&amp;nbsp;&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;A href="https://myURL:portNumber/api/atlas/v2/entity/guid/" target="_blank"&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;</description>
      <pubDate>Mon, 05 Aug 2024 11:44:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391358#M247582</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-05T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391389#M247596</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;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 09:27:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391389#M247596</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2024-08-06T09:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391393#M247600</link>
      <description>&lt;P&gt;Thank you for your suggestion &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/32119"&gt;@VidyaSargur&lt;/a&gt;&amp;nbsp;. will do that&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 11:23:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/391393#M247600</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-06T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: PARTIAL UPDATE APACHE ATLAS ENTITY GUI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/392266#M248054</link>
      <description>&lt;P&gt;an we know why are you using GET command to update the entity ?&amp;nbsp; is it typo ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 19:15:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/PARTIAL-UPDATE-APACHE-ATLAS-ENTITY-GUI/m-p/392266#M248054</guid>
      <dc:creator>bigdatacm</dc:creator>
      <dc:date>2024-08-21T19:15:33Z</dc:date>
    </item>
  </channel>
</rss>

