π New Features
- Added
client.requestsandclient.inboxto manage both of Atlan's approval systems β the classic Requests module and the governance-workflow Inbox. Typed filters, enums, lazy pagination, group-scoped bulk approve/reject; sync + async parity. - Added
CsaUberAssetExportBasicapp builder to run Asset Export (Basic) on v3 native-app tenants (DIRECT/EMAIL/CLOUDdelivery;s3()/gcs()/adls()targets). Legacymodel.packagesbuilders with a v3 equivalent now emit deprecation pointers.
βοΈ Breaking Changes
AtlanTagnow serializes its propagation defaults on the wire. A bareAtlanTag(type_name=t)previously sent nopropagate, so the server appliedpropagate=True; it now defaults topropagate=False. Tags built without explicit propagation settings no longer propagate by default β set the flags explicitly if you relied on the old behavior.
π Documentation
- Manage requests with the Python SDK β
client.requests - Manage governance workflow approvals (Inbox) β
client.inbox - Run the Asset Export Basic app β
CsaUberAssetExportBasic
Full Changelog: 9.11.0...10.0.0