Glue / Client / associate_glossary_terms

associate_glossary_terms

Glue.Client.associate_glossary_terms(**kwargs)

Associates one or more glossary terms with an asset in Glue Data Catalog.

See also: AWS API Documentation

Request Syntax

response = client.associate_glossary_terms(
    AssetIdentifier='string',
    GlossaryTermIdentifiers=[
        'string',
    ],
    ClientToken='string'
)
Parameters:
  • AssetIdentifier (string) –

    [REQUIRED]

    The unique identifier of the asset to associate glossary terms with.

  • GlossaryTermIdentifiers (list) –

    [REQUIRED]

    The list of glossary term identifiers to associate with the asset.

    • (string) –

  • ClientToken (string) –

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'AssetIdentifier': 'string',
    'GlossaryTerms': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • AssetIdentifier (string) –

      The unique identifier of the asset.

    • GlossaryTerms (list) –

      The glossary terms now associated with the asset.

      • (string) –

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.ConcurrentModificationException

  • Glue.Client.exceptions.ThrottlingException