get_type_definition
Retrieve the full type definition for a given type name, including its attributes, super types, and constraints. Use this to understand the structure of an entity type in Apache Atlas.
Instructions
Get a specific type definition by name.
Returns the full type definition including attributes, super types, and constraints. Useful for understanding what attributes an entity type has.
Args: name: The type name (e.g., "hive_table", "rdbms_column", "PII").
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||