v6.2.0
🎉 New Features
- Added support for
append_atlan_tags
in theAssetClient.save()
method. - Introduced
AssetClient.remove_atlan_tags()
to allow users to remove one or more Atlan tags from a given asset. - Enhanced the SDK to use the
/bulk
endpoint for all tag mutation operations.
⛑️ Breaking Changes
- All tag mutation methods (
add_atlan_tags
,update_atlan_tags
,remove_atlan_tag
,remove_atlan_tags
) now use the/bulk
endpoint. As a result, these methods will now return anAssetMutationResponse
instead ofNone
, reflecting the updated API response structure.
🐞 Bug Fixes
- Added default
typeName=Referenceable
toBool
(must) clauses whentypeName
is not explicitly provided in the search request. This ensures the SDK retrieves only assets that inherit from theReferenceable
supertype.
🥗 QOL Improvements
- Regenerated the latest typedef models.
Full Changelog: 6.1.1...6.2.0