Glue / Client / disassociate_glossary_terms
disassociate_glossary_terms¶
- Glue.Client.disassociate_glossary_terms(**kwargs)¶
Removes the association of one or more glossary terms from an asset in Glue Data Catalog.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_glossary_terms( AssetIdentifier='string', IterableFormName='string', ItemIdentifier='string', GlossaryTermIdentifiers=[ 'string', ], ClientToken='string' )
- Parameters:
AssetIdentifier (string) –
[REQUIRED]
The unique identifier of the asset to disassociate glossary terms from.
IterableFormName (string) – The name of the iterable form. When specified along with
itemIdentifier, the glossary terms are disassociated from 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 disassociate from 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 disassociation targets an item.
ItemIdentifier (string) –
The identifier of the item within the iterable form, if applicable.
GlossaryTerms (list) –
The remaining glossary terms associated with the asset.
(string) –
Exceptions