v9.7.2
๐ New Features
- Add
AMAZON_MSKtoAtlanConnectorType: NewAMAZON_MSK = ("amazon-msk", AtlanConnectionCategory.EVENT_BUS)enum entry, matching the Java SDK. Removes the need for theextend_enumworkaround.
๐ Bug Fixes
DataProduct.creatornow defaultsdaap_visibilitytoPRIVATE: Mirrors the Atlan UI default. Fixes the marketplace Overview Assets tile rendering blank for products created via the SDK because the UI required bothdaapStatusanddaapVisibilityto be non-null. The earlier partial fix only setdaap_status. New optional overrides also exposed oncreator()/create():daap_visibility,daap_visibility_users,daap_visibility_groups,owner_users,owner_groups.DataProduct.creatordefaultsowner_usersto the calling user: When a client is passed, the creating user's username is used as the default owner, matching UI behavior.
Full Changelog: 9.7.1...9.7.2