Glue / Client / get_glossary_term

get_glossary_term

Glue.Client.get_glossary_term(**kwargs)

Retrieves a glossary term in Glue Data Catalog by its identifier.

See also: AWS API Documentation

Request Syntax

response = client.get_glossary_term(
    Identifier='string'
)
Parameters:

Identifier (string) –

[REQUIRED]

The unique identifier of the glossary term to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'Id': 'string',
    'GlossaryId': 'string',
    'Name': 'string',
    'ShortDescription': 'string',
    'LongDescription': 'string'
}

Response Structure

  • (dict) –

    • Id (string) –

      The unique identifier of the glossary term.

    • GlossaryId (string) –

      The unique identifier of the glossary containing this term.

    • Name (string) –

      The name of the glossary term.

    • ShortDescription (string) –

      The short description of the glossary term.

    • LongDescription (string) –

      The long description of the glossary term.

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.ThrottlingException