Member since
12-07-2022
6
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
632 | 03-31-2023 07:36 AM |
03-31-2023
09:32 AM
Hello, I have a custom Type that has an attribute that references another Type by mistake. I have tried to delete this attribute using a PUT api call to: /api/atlas/v2/types/typedefs But got the error: ATLAS-400-00-00D: attribute delete not supported. I even tried to to update the attribute to not longer reference the Type but instead have "typeName": "string", but I get the error: ATLAS-400-00-029: Data type update for attribute is not supported Is there a way to delete an attribute from a custom Type?
... View more
Labels:
- Labels:
-
Apache Atlas
03-31-2023
08:46 AM
Just curious if you ever figured out how to do this?
... View more
03-31-2023
07:54 AM
Hello, I am trying to delete a custom Type, but I receive the error "ATLAS-409-00-002: Given type InformationAssets has references". This type has no entities and no relationships associated with it. I created a second custom Type (which I can delete) and compared the API results from: /api/atlas/v2/types/typedef/name/ But both look the same. I'm not sure what the dependency is? Is there anyway to find out what references are out there for this custom Type?
... View more
Labels:
- Labels:
-
Apache Atlas
03-31-2023
07:36 AM
I found out the issue I faced was not because of the relationshipAttributeDefs of "meanings". This is apparently inherited from the Referenceable supertype. This was not the cause of me getting the "Given type InformationAssets has references" error when trying to delete.
... View more
03-30-2023
07:37 AM
Hello, I have built a custom Type with no Entities. However when I try to delete it I get an error, "Given type InformationAssets has references". When I pull back that Type using the API I can see it has some built-in relationship: "relationshipAttributeDefs": [ { "name": "meanings", "typeName": "array<AtlasGlossaryTerm>", "isOptional": true, "cardinality": "SET", "valuesMinCount": -1, "valuesMaxCount": -1, "isUnique": false, "isIndexable": false, "includeInNotification": false, "searchWeight": -1, "relationshipTypeName": "AtlasGlossarySemanticAssignment", "isLegacyAttribute": false } ] There are no entities under this Type, so there are no Glossary Terms assigned to it. I'm not sure how this relationship was created in the first place. I've deleted relationshipDefs before, but this one "AtlasGlossarySemanticAssignment" appears to be some built-in relationship. Does anyone know how I can remove this in order to delete the Type? Thanks in advance!
... View more
Labels:
- Labels:
-
Apache Atlas
12-07-2022
01:32 PM
Hello, I'm brand new to Atlas and trying to see if this capability exists. I understand that you can use a Hive Hook and whenever a Hive table is modified, Kafka is able to communicate to Atlas and have those changes appear in Atlas. I'm trying to see if there is any reporting or auditing features that allows you to see what those changes were? For example: If a user modified a Hive table and added two columns and this gets replicated in Atlas, is there a way to see what change happened (columns added) and when it occurred? I'm not sure if this is something Atlas can do natively or if there might be 3rd party tools I could use to see this? Thanks in advance!
... View more
Labels:
- Labels:
-
Apache Atlas
-
Apache Hive
-
Apache Kafka