get_entity_by_attribute
Look up an entity using its unique attribute (e.g., qualifiedName) instead of the GUID. Provide type_name, attribute_name, and attribute_value to get the entity.
Instructions
Get an entity by its unique attribute value.
Useful when you know the qualified name or another unique attribute instead of the GUID. Common pattern: look up by qualifiedName.
Args: type_name: The entity type (e.g., "hive_table", "rdbms_table"). attribute_name: Unique attribute name (typically "qualifiedName"). attribute_value: The attribute value to match.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | Yes | ||
| attribute_name | Yes | ||
| attribute_value | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||