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', IterableFormName='string', ItemIdentifier='string', GlossaryTermIdentifiers=[ 'string', ], ClientToken='string' )
- Parameters:
AssetIdentifier (string) –
[REQUIRED]
The unique identifier of the asset to associate glossary terms with.
IterableFormName (string) – The name of the iterable form. When specified along with
itemIdentifier, the glossary terms are associated with an item within the iterable form rather than the asset itself.ItemIdentifier (string) – The identifier of the item within the iterable form. Required when
iterableFormNameis specified.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', 'IterableFormName': 'string', 'ItemIdentifier': 'string', 'GlossaryTerms': [ 'string', ] }
Response Structure
(dict) –
AssetIdentifier (string) –
The unique identifier of the asset.
IterableFormName (string) –
The name of the iterable form, if the association targets an item.
ItemIdentifier (string) –
The identifier of the item within the iterable form, if applicable.
GlossaryTerms (list) –
The glossary terms now associated with the asset.
(string) –
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.ConcurrentModificationExceptionGlue.Client.exceptions.ThrottlingException