Glue / Client / get_glossary

get_glossary

Glue.Client.get_glossary(**kwargs)

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

See also: AWS API Documentation

Request Syntax

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

Identifier (string) –

[REQUIRED]

The unique identifier of the glossary to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'Id': 'string',
    'Name': 'string',
    'Description': 'string'
}

Response Structure

  • (dict) –

    • Id (string) –

      The unique identifier of the glossary.

    • Name (string) –

      The name of the glossary.

    • Description (string) –

      The description of the glossary.

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.ThrottlingException