2026/06/29 - AWS Glue - 1 new api methods
Changes Added the UpdateAsset operation to set the business name and description for an existing AWS Glue Data Catalog asset.
Updates the name and description of an existing asset in Glue Data Catalog. Only the fields that you provide are updated.
See also: AWS API Documentation
Request Syntax
client.update_asset(
Identifier='string',
Name='string',
Description='string',
ClientToken='string'
)
string
[REQUIRED]
The unique identifier of the asset to update.
string
The new name of the asset.
string
The new description of the asset.
string
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This field is autopopulated if not provided.
dict
Response Syntax
{
'Id': 'string',
'Name': 'string',
'Description': 'string',
'UpdatedAt': datetime(2015, 1, 1)
}
Response Structure
(dict) --
Id (string) --
The unique identifier of the asset.
Name (string) --
The name of the asset.
Description (string) --
The description of the asset.
UpdatedAt (datetime) --
The timestamp at which the asset was last updated.